Hi,

We have a name field which I am boosting using dismax parser.

I want the search to bring the documents that has exact match compared to
partial match.

Ex:
<doc1>
Name:account
</doc1>
<doc1>
<doc2>
Name:account number
</doc2>
<doc3>
Name:account number - closed account
</doc1>

When I search for account number, I want solr to return the document
containing Name:account number first followed by other documents but it
doesnt seem to return that way.. Can someone please help?

Thanks,
Barani


Thanks,
Barani



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-boost-exact-match-tp4015862.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to