Sha256: 00a73fcc81176adefc5da5117241c47669e5b010ddf76b282fa7f0491564d819

Contents?: true

Size: 782 Bytes

Versions: 149

Compression:

Stored size: 782 Bytes

Contents

# Define additional properties for OM terms to communicate with Solrizer
#   (Solrizer's use of dynamic fields to turn OM terms into Solr fields)
#  example:  t.my_term(:index_as=>[:searchable, :displayable])
#    implies that the Solr document will have fields my_term_t and my_term_display
#    if there is a value for the OM term  :my_term  in an object.
# :textable is a dummy; the field named returned will be 'text'
id: id
default: searchable
searchable: 
  default: _t
  date: _dt
  string: _t
  text: _t
  symbol: _s
  integer: _i
  long: _l
  boolean: _b
  float: _f
  double: _d
displayable: _display
facetable: _facet
sortable: _sort
textable:
# this is a dummy value, all values will be mapped to a field called 'text'
  default: _t
unstemmed_searchable: _unstem_search

Version data entries

149 entries across 149 versions & 2 rubygems

Version Path
cul_hydra-1.11.2 config/solr_mappings.yml
cul_hydra-1.11.1 config/solr_mappings.yml
cul_hydra-1.11.0 config/solr_mappings.yml
cul_hydra-1.10.0 config/solr_mappings.yml
cul_hydra-1.9.6 config/solr_mappings.yml
cul_hydra-1.9.5 config/solr_mappings.yml
cul_hydra-1.9.4 config/solr_mappings.yml
cul_hydra-1.9.3 config/solr_mappings.yml
cul_hydra-1.9.2 config/solr_mappings.yml
cul_hydra-1.9.1 config/solr_mappings.yml
cul_hydra-1.9.0 config/solr_mappings.yml
cul_hydra-1.8.0 config/solr_mappings.yml
cul_hydra-1.7.6 config/solr_mappings.yml
cul_hydra-1.7.5 config/solr_mappings.yml
cul_hydra-1.7.4 config/solr_mappings.yml
cul_hydra-1.7.3 config/solr_mappings.yml
cul_hydra-1.7.2 config/solr_mappings.yml
cul_hydra-1.7.1 config/solr_mappings.yml
cul_hydra-1.7.0 config/solr_mappings.yml
cul_hydra-1.6.4 config/solr_mappings.yml