Yeah I ended up created a "boosted" field for @ least debugging, but might
patch / extend / create my own FieldNormModifier using just that criteria +
doing the reset.
- Jon
On Nov 13, 2009, at 12:21 PM, Avlesh Singh wrote:
> AFAIK there is no way to "reset" the doc boost. You would need to re
This looks exactly like what I was needing ... this looks like it would be a
great tool / addition to Solr web interface but it looks like it only takes
(Directory d, Similarity s) (vs. subset collection of documents) ...
Either way great find, thanks for your help ...
- Jon
On Nov 13, 2009, a
I'm not sure this is what you are looking for,
but there is FieldNormModifier tool in Lucene.
Koji
--
http://www.rondhuit.com/en/
Avlesh Singh wrote:
AFAIK there is no way to "reset" the doc boost. You would need to re-index.
Moreover, there is no way to "search by boost".
Cheers
Avlesh
On
AFAIK there is no way to "reset" the doc boost. You would need to re-index.
Moreover, there is no way to "search by boost".
Cheers
Avlesh
On Fri, Nov 13, 2009 at 8:17 PM, Jon Baer wrote:
> Hi,
>
> Im trying to figure out if there is an easy way to basically "reset" all of
> any doc boosts which
Hi,
Im trying to figure out if there is an easy way to basically "reset" all of any
doc boosts which you have made (for analytical purposes) ... for example if I
run an index, gather report, doc boost on the report, and reset the boosts @
time of next index ...
It would seem to be from just k