boost docs if token matches happen in the first 5 words

2013-07-18 Thread Anatoli Matuskova
this message in context: http://lucene.472066.n3.nabble.com/boost-docs-if-token-matches-happen-in-the-first-5-words-tp4078786.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: boost docs if token matches happen in the first 5 words

2013-07-18 Thread Markus Jelsma
-user@lucene.apache.org Subject: boost docs if token matches happen in the first 5 words I've a set of documents with a WhiteSpaceTokenize field. I want to give more boost when the match of the query happens in the first 3 token positions of the field. Is there any way to do that (don't want

RE: boost docs if token matches happen in the first 5 words

2013-07-18 Thread Anatoli Matuskova
Thanks for the quick answer Markus. Could you give me a a guideline or point me where to check in the solr source code to see how to get it done? -- View this message in context: http://lucene.472066.n3.nabble.com/boost-docs-if-token-matches-happen-in-the-first-5-words-tp4078786p4078792.html

RE: boost docs if token matches happen in the first 5 words

2013-07-18 Thread Markus Jelsma
- From:Anatoli Matuskova anatoli.matusk...@gmail.com Sent: Thursday 18th July 2013 12:33 To: solr-user@lucene.apache.org Subject: RE: boost docs if token matches happen in the first 5 words Thanks for the quick answer Markus. Could you give me a a guideline or point me where to check