[jira] Commented: (LUCENE-443) ConjunctionScorer tune-up

2005-10-02 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-443?page=comments#action_12331081 ] paul.elschot commented on LUCENE-443: - I like performance, so I'm all for this. One thing about the code: it has a few probably superfluous casts to (Scorer) from Scorer ar

index version

2005-10-02 Thread Cheolgoo Kang
Hi, Luceners, I got timestamp from the IndexReader.getCurrentVersion() other than the number of changes on that index. Do somebody changed this before? Here is my test case attached on this issue. -- Cheolgoo - To unsubscribe,

Re: index version

2005-10-02 Thread Daniel Naber
On Sunday 02 October 2005 19:49, Cheolgoo Kang wrote: > I got timestamp from the IndexReader.getCurrentVersion() other than > the number of changes on that index. See CHANGES.txt: 6. The version of an IndexReader, as returned by getCurrentVersion() and getVersion() doesn't start at 0 anymor

Re: index version

2005-10-02 Thread Cheolgoo Kang
Thanks, Daniel, I've missed the changes doc and thanks for pointing it out. :) On 10/3/05, Daniel Naber <[EMAIL PROTECTED]> wrote: > On Sunday 02 October 2005 19:49, Cheolgoo Kang wrote: > > > I got timestamp from the IndexReader.getCurrentVersion() other than > > the number of changes on that i

[jira] Updated: (LUCENE-443) ConjunctionScorer tune-up

2005-10-02 Thread paul.elschot (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-443?page=all ] paul.elschot updated LUCENE-443: Attachment: ConjunctionScorer.java Simplified version, removed most casts, inlined first() and last(). Passes all tests here. Regards, Paul Elschot > Conjunct

Re: Considering lucene

2005-10-02 Thread Paul Smith
On 01/10/2005, at 6:30 AM, Erik Hatcher wrote: On Sep 30, 2005, at 1:26 AM, Paul Smith wrote: This requirement is almost exactly the same as my requirement for the log4j project I work on where I wanted to be able to index every row in a text log file to be it's own Document. It works