You can specify a solr field as "multi-valued", and then supply multiple
values for it. What that really does is concatenate all the values with
a positional gap between them to prevent phrases and other positional
queries from traversing the boundary between the distinct values.
-Mike
On 05
I am attempting to index a DB schema that has a many:one relationship. I
assume I would index this within Solr as a 'multivalue=true' field, is that
correct?
I am currently populating the Solr index w/ a stored procedure in which each DB
record is "flattened" into a single document in Solr. I