Re: relevance function for scores

2009-05-27 Thread kenny kim
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

Re: relevance function for scores

2009-05-27 Thread kenny kim
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

Re: relevance function for scores

2009-05-25 Thread kenny kim
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

Re: Is anybody using setNorm in Production?

2009-04-19 Thread kenny kim
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