Currently i have sample data like this :

<doc>
<int name="name">Nice Dress</int>
<arr name="keyword">
  <str>best cocktail dress</str>
  <str>platform complete pumps</str>
  <str>platform pumps</str>
  <str>slip dress</str>
</arr>
</doc>
I used multiple value for "keyword" field.

case 1
defType:edismax
qf:keyword
q:cocktail dress
solr will return the data.

case 2
defType:edismax
qf:keyword
q:coctail dress pump
it still return the data, If we see from the sample data, no keyword contain
all this 3 word ('coctail' 'dress' 'pump') in one row of each keyword. How
to make solr not to return this result?

Thanks.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/search-to-multiple-value-field-with-all-word-must-matched-tp4087219.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to