Hi,

I have a multi valued field "keywords". Having values in the following way.

<arr name="keywords">
      <str>Marathi</str>
      <str>Bengali</str>
      <str>Gujarati</str>
      <str>Malayalam</str>
      <str>Kannada</str>
      <str>Telugu</str>
      <str>Tamil</str>
      <str>English</str>
      <str>Hindi</str>
</arr>


if i search for any keyword, all keywords are appearing. How can we show
only matched keyword.

For Example if i search for English, it has to return only English.





--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-return-single-value-from-multi-valued-field-tp4169021.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to