Sha256: 84da72811c101155ae3df66dd4c6c8e95694e1f5fd0088bf4f3e8ef22ea0d27a

Contents?: true

Size: 618 Bytes

Versions: 4

Compression:

Stored size: 618 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.
id: id
default: searchable
searchable: 
  default: _t
  date: _dt
  string: _s
  text: _t
  symbol: _s
  integer: _i
  long: _l
  boolean: _b
  float: _f
  double: _d
displayable: _display
facetable: _facet
sortable: _sort
unstemmed_searchable: _unstem_search

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hydra-head-4.1.3 config/solr_mappings.yml
hydra-head-4.1.2 config/solr_mappings.yml
hydra-head-4.1.1 config/solr_mappings.yml
hydra-head-4.1.0 config/solr_mappings.yml