Hi All, 

I'm using SOLR/Lucene to index few keywords in a "multivalued" field. The
data that is being stored in the indexes is already mined to remove the
noise and occurrences and is very precise. All the text mining and filtering
steps are already performed before indexing. 

Whenever a user search for a specific keyword e.g. query: "user feedback"
and if a partial match happens like 
"user testing" and "search user" in 2 documents. I want to control the rank
of the documents based on the position where the match has happened. 

User testing should always appear 1st than search user. 

Also I would like to understand the possibility of dropping the partial
match happening at a position other than 1st. 

Can somebody point out how can we achieve both of the things? 

Thanks 
Nitin

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Controlling-the-order-of-partial-matches-based-on-the-position-tp3413867p3413867.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to