Open drh-stanford opened 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.
Yeah i think _im
indexed/mulitvalued is what gives us what we want.
We'd like multivalued attribute using strings rather than integer. Is this possible?