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-on

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 resta

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 lee carroll
that the > solution turns around a customization of the Query object. > > So the questions are: > > 1) Am I right with the Query's cutomization assumption? (if so... can > someone could give me advices or point me an example of something related) > 2) Is something already ex

Boosting result on query.

2011-06-07 Thread Jeff Boul
uestions are: 1) Am I right with the Query's cutomization assumption? (if so... can someone could give me advices or point me an example of something related) 2) 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