Re: Dynamic boosting of ids at search time

2010-01-26 Thread Chris Hostetter
: I mean, if for query x, ids to be boosted are 243452,346563,773567, then for : query y the ids to be boosted won't be the same. They are calculated at the : search time. : Also, I cant keep them in the lucene query as the list goes in thousands. : Please suggest a good resolution to it. I'm at

Re: Dynamic boosting of ids at search time

2010-01-20 Thread Lance Norskog
http://www.lucidimagination.com/search/document/CDRG_ch04_4.4.4?q=ExternalFileField This lets you make a file with a boost value for every document. You can change the file and reload the new values with a . It hasn't been materially changed since 2007 and there are no unit tests, so it might not

Dynamic boosting of ids at search time

2010-01-17 Thread Pooja Verlani
Hi, I have to boost certain ids at the search time and these ids are not fixed, so i can't keep them in DismaxRequest handler. I mean, if for query x, ids to be boosted are 243452,346563,773567, then for query y the ids to be boosted won't be the same. They are calculated at the search time. Also,