pared to a vanilla
search.
-Original Message-----
From: kenny kim
Reply-To: java-user@lucene.apache.org
To: java-user@lucene.apache.org
Subject: Re: relevance function for scores
Date: Wed, 27 May 2009 19:18:39 +0900
I seems to be a good solution.
However, I think it may takes some processing t
I seems to be a good solution.
However, I think it may takes some processing time to get the
distribution of all matching documents before scoring each docs.
Would you have a good idea to get the distributions less than some
reasonable time?
On 2009. 05. 26, at 오후 8:15, Joel Halbert wrote
Hi,
I think you and I are looking for the same thing. I believe that it
can dramatically reduce search time for my heavy indexes.
Could you let me know if you find a good solution?
Hope, have a good day.
On 2009. 05. 18, at 오후 9:52, Joel Halbert wrote:
Hi,
I'd like to apply a score filter
I have used it to adjust norm values of some fields using a custom
normalization function which is mixed up of L1 norm and L2 norm.
I traverse all documents again after finishing indexing and set each
document's norm value using setNorm.
On 2009. 04. 19, at 오후 11:50, Mark Miller wrote:
Just