Sha256: 70c0cf4b87a9785f453ebb9dc14401f8ed3f1c95ee64a22aef6bf9f4f2bebfd7

Contents?: true

Size: 617 Bytes

Versions: 94

Compression:

Stored size: 617 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: _t
  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

94 entries across 60 versions & 2 rubygems

Version Path
hydra-core-5.2.0 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.1.0 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.1 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.rc1 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre15 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre14 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre13 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre12 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-head-4.1.3 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre11 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre10 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-head-4.1.2 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre9 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre8 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre7 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre6 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre4 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre3 lib/generators/hydra/templates/config/solr_mappings.yml
hydra-core-5.0.0.pre2 lib/generators/hydra/templates/config/solr_mappings.yml