: 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
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
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,