Hello All,

I need help in boosting original indexed terms.

I am storing multiple terms at same position and i want to boost the
original term.

consider following scenario i am indexing document which contain the
following text:  

"baby t-shirts" i am storing  terms as following

here is the indexing analysis.


position         1       2

term text        baby    t-shirts
                 babe    t-shirt
                 infant
                 child
                 kid

startOffset      0       5
                 0       5
                 0
                 0
                 0
endOffset        4       13
                 4       13
                 4 
                 4
                 4


so now i want to boost results on original terms  i.e if user searches baby
it should returns that results which has original term baby in it. and then
others.

please let me know how to achieve this.

Thanks



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Boosting-Original-Indexed-Terms-tp4043380.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to