Re: Boosting result on query.

2011-06-09 Thread Jeff Boul
HI, Thank you for your answer. But... I cannot use a boost calculated offline since the boost will changed depending of the query made. Each query will boost the query differently. Any other ideaàs ? Jeff -- View this message in context: http://lucene.472066.n3.nabble.com/Boosting-result

Re: Boosting result on query.

2011-06-08 Thread lee carroll
) Is something already exist that i could use to do that? 3) Is that a good approach to use separate index? Thanks for the help Jeff -- View this message in context: http://lucene.472066.n3.nabble.com/Boosting-result-on-query-tp3037649p3037649.html Sent from the Solr - User mailing list

Re: Boosting result on query.

2011-06-08 Thread Denis Kuzmenok
If you could move to 3.x and your linked item boosts could be calculated offline in batch periodically you could use an external file field to store the doc boost. a few If's though I have 3.2 and external file field doesn't work without solr restart (on multicore instance).

Re: Boosting result on query.

2011-06-08 Thread Koji Sekiguchi
(11/06/08 16:20), Denis Kuzmenok wrote: If you could move to 3.x and your linked item boosts could be calculated offline in batch periodically you could use an external file field to store the doc boost. a few If's though I have 3.2 and external file field doesn't work without solr