I am using edismax for guessing category from user query.

If user says "I want to buy BMW and Audi car". This query will be fed to
edismax which will give me results based on phrase match.

Field contains following values
-BMW => Cars category
-Audi => Cars 
-2 BHK => Real Estate
-need job => jobs category
-Buy 1Bhk - Apartments

I get results with phrase matches on top.

Generally top result will be a phrase match (if there are any). How can I
know that field's all terms have matched to user query.

e.g.
mm => percentage of user query terms should match with field terms

I want opposite => percentage of field values should match with user query.
which is in my case 100% => phrase match

 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Identify-exact-search-in-edismax-tp4011859.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to