Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Investigate blacklight range plugin for solr_year_i #90

Open
drh-stanford opened this issue Jul 26, 2016 · 3 comments
Open

Investigate blacklight range plugin for solr_year_i #90

drh-stanford opened this issue Jul 26, 2016 · 3 comments

Comments

@drh-stanford
Copy link

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

@drh-stanford
Copy link
Author

drh-stanford commented Jul 27, 2016

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
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants