[jira] Created: (LUCENE-670) improper isolation (overuse of system properties) allows Lucene apps to clobber each other

2006-09-07 Thread Ken Geis (JIRA)
improper isolation (overuse of system properties) allows Lucene apps to clobber each other -- Key: LUCENE-670 URL: http://issues.apache.org/jira/browse/LUCENE-670

Re: [jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-09-07 Thread eks dev
"What's the point of using a sorted interval list for a category?" Just terminology first to avoid misunderstanding :), category is "category field" that can take N valus Now, the case I am facing goes as follows: I have category field in 50Mio collection which has more or less uniform distri

IndexReader.reopen FieldCache

2006-09-07 Thread jason rutherglen
Robert Engels, I implemented the reopen code you posted, works well, thanks. One thing I am curious about, are you able to reuse the FieldCache? From what I am seeing, it is being rebuilt after a commit, which makes the next query slow. Any ideas on this? Thanks, Jason

Re: [jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-09-07 Thread Paul Elschot
On Thursday 07 September 2006 10:03, eks dev wrote: ... > > on the other note, > the key for really efficiant matchers will be good SmartMatcherFactory that picks the best representation for given density/"sortednes". > The cases I've been able to identify so far: > > Very Low density - IntList

Re: [jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-09-07 Thread eks dev
As suspected in my first email on this topic, test is wrong, garbage collection was kicking in at wrong times so the results were convoluted. Ah, old good predictable c times are long gone. Anyhow, appologies for this noise (particulary to Yonik). The real speed relationships are attached now,

Re: [jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2006-09-07 Thread eks dev
The same effect showed-up on athlon CPU... The only diference between your PerfTest and what I have been doing is that your loop is as tight as it goes. *Maybe* worth of investigating a bit futher as my tests look a bit closer to the real usage scenarios. I will try to identify cases where Ope

[jira] Created: (LUCENE-669) finalize()-methods of FSDirectory.FSIndexInput and FSDirectory.FSIndexOutput try to close already closed file

2006-09-07 Thread Michael Busch (JIRA)
finalize()-methods of FSDirectory.FSIndexInput and FSDirectory.FSIndexOutput try to close already closed file - Key: LUCENE-669 URL: http://issues.apache.o