If am searching for a query say "foo bar" and "foo" is matching in a value of
a multivalued field. can i get that value of the multivalued field.
Suppose i have a multivalued field like
<f1>no foo1</f1> 
<f1>yes foo</f1> 
<f1>no foo1</f1> 

Can i get that in f1 it match at 2nd value which is "yes foo", how do we get
this?
One thing that i know that highlighter will give me this, but that is
increasing the latency.

Any other suggested method?





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Match-in-MultiValueField-tp4142085.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to