Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have various field like name,location, landmark. If I search for any keyword and it hits name field much more than location then I want to boost name more that location. Again if it hits location more then I want to boost location more. Can you please give any solution or close by solution.

share|improve this question
I may misunderstand you, but if you are saying you want to weigh the field that has the greatest number of matches for a query more heavily, that's certainly what Lucene's default scoring already does. – femtoRgon Feb 27 at 17:05
Please could you elaborate with an example. I don't understand why do you want to boost "field:location" when the query matches more with the same field!!! than the other?? – phani Mar 6 at 3:30
I want to make dynamic boosting according to the hits of a particular keyword to a field i.e if the keyword hits landmark more than location then I boost more to landmark. – user1629986 Mar 14 at 5:19

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.