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