Hi,

I want to do a complete "phrase contain" match.

For ex:  Value is stored as below in the multivalued field
<doc>
<id>1</id>
<arr name="searchTerms">
<str>transfer responsibility</str>
<str>transfer account</str>
</arr>
</doc>

*Positive cases: (when it should return this document)*
searchTerms:how to transfer responsibility
searchTerms:show me ways to transfer responsibility
searchTerms:show me ways to transfer account
searchTerms:what is transfer accoun


*Negative cases: (when it should not return this document)*
searchTerms:how to transfer
searchTerms:what is responsibility
searchTerms:what is account
searchTerms:what is transfer
searchTerms:what is transfer and responsibility
searchTerms:what is transfer and account
searchTerms:what is account with responsibility



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to