Hi,

I developed application to show suggestions. Whenever i search for a query
if exact match found in solr it is showing. But if exact matches are not
there in solr then it showing irrelevant results.

My requirement is to show relevant results to user if the exact match is not
found.


And if query length is exceeds 25 characters then it is showing irrelevant
results.


For unmatched results i am using multirequest handler

For example if the query is : 

a b c d then i was splitting it to   x1=a+b+c&x2=d and querying solr based
on x1 and x2 parameters.


Anybody tell me how can i show relevant results if exact match not found.


Thanks,
Kumar










--
View this message in context: 
http://lucene.472066.n3.nabble.com/Finding-Relevant-Results-tp4142221.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to