geoblacklight / geoblacklight-schema

DEPRECATED: (See GeoBlacklight repo) A metadata schema for GIS resource discovery used by GeoBlacklight
http://github.com/geoblacklight/geoblacklight
Other
15 stars 4 forks source link

Investigate blacklight range plugin for solr_year_i #90

Open drh-stanford opened 8 years ago

drh-stanford commented 8 years ago

We'd like multivalued attribute using strings rather than integer. Is this possible?

mejackreed commented 8 years ago

https://github.com/sul-dlss/SearchWorks/blob/master/app/controllers/catalog_controller.rb#L101

drh-stanford commented 8 years ago

That field uses a tint (solr.TrieIntField) like so:

<field name="pub_year_tisim" type="tint" indexed="true" stored="false" multiValued="true" />

we'd need to add that to our schema.xml for an _im(?) suffix. We're already using a solr.TrieIntField field for our _i suffix.

mejackreed commented 8 years ago

Yeah i think _im indexed/mulitvalued is what gives us what we want.