[jira] Commented: (LUCENE-554) Possible index corruption if crashing while replacing segments file

2006-05-22 Thread Patrick Kimber (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-554?page=comments#action_12412749 ] Patrick Kimber commented on LUCENE-554: --- Otis, Sorry my comment was addressed to Nadav (who posted the issue). He says in the description of the issue, "I will post here

RE: Lucene 2.0

2006-05-22 Thread Vanlerberghe, Luc
Is there a chance that LUCENE-485 makes it into 2.0? There's a patch attached and Doug added a +1 in the comments... It reduces the time IndexWriter keeps the commit lock while cleaning up obsolete files/segments. The commit lock should be held while the 'working set' is changing, but is not nece

Re: caching term information?

2006-05-22 Thread Doug Cutting
Marvin Humphrey wrote: On May 20, 2006, at 12:01 AM, Robert Engels wrote: Maybe don't cache the term pages, then, just cache the frequently requested terms themselves. That sounds like a winner. Search term frequencies follow a power law distribution. Cache the top 20% or so in an LRU

Re: Lucene 2.0

2006-05-22 Thread Doug Cutting
Chris Hostetter wrote: I believe Doug's suggestion was to hold off just long enough to fix any egregious bugs, or apply any "safe" patches for bugs that have allready been fixed but not yet applied. Yes, that's my intent. I've been hoping that a consensus about which bugs are urgent will appe

[VOTE] 2.0 release this Friday?

2006-05-22 Thread Doug Cutting
I propose to make Lucene release 2.0.0 this Friday, the 26th of May. If there are bugs whose patches that you feel should be included in this release, please lobby to have them committed prior to this date. Doug - To unsubscr

Re: [VOTE] 2.0 release this Friday?

2006-05-22 Thread Daniel Naber
On Montag 22 Mai 2006 18:42, Doug Cutting wrote: > I propose to make Lucene release 2.0.0 this Friday, the 26th of May. +1 -- http://www.danielnaber.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: [VOTE] 2.0 release this Friday?

2006-05-22 Thread Erik Hatcher
+1 as well. On May 22, 2006, at 2:16 PM, Daniel Naber wrote: On Montag 22 Mai 2006 18:42, Doug Cutting wrote: I propose to make Lucene release 2.0.0 this Friday, the 26th of May. +1 -- http://www.danielnaber.de - To unsu

Re: Explaining a filter; Scorer extending Matcher; (was: BooleanWeight.normalize(float) doesn't normalize prohibited clauses?)

2006-05-22 Thread Chris Hostetter
: In case Explanation is also to explain what a Filter does, it would need to : have both a match flag and a score value. that's a good point, i hadn't considered hte possibility of "explaining" filters much ... but there's no reason why the "valueO 'f an explanation couldn't be an optional part

Re: [VOTE] 2.0 release this Friday?

2006-05-22 Thread karl wettin
On Mon, 2006-05-22 at 09:42 -0700, Doug Cutting wrote: > I propose to make Lucene release 2.0.0 this Friday, the 26th of May. +1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] 2.0 release this Friday?

2006-05-22 Thread Andi Vajda
On Mon, 2006-05-22 at 09:42 -0700, Doug Cutting wrote: I propose to make Lucene release 2.0.0 this Friday, the 26th of May. +1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: caching term information?

2006-05-22 Thread Robert Engels
Seems Doug is correct. I ran our tests through the profiler. Most of the time is spent in reading/parsing SegmentTermDocs (see the very interesting attached profiler output). I was amazed at how much time is spent in both readVint and readByte(). Seems high, but I think it is mainly due to the num

Re: caching term information?

2006-05-22 Thread Doug Cutting
Robert Engels wrote: I was amazed at how much time is spent in both readVint and readByte(). Seems high, but I think it is mainly due to the number of invocations. Profilers have been known to exaggerate this sort of thing. These are central routines of Lucene, but they're also pretty simple

Re: [VOTE] 2.0 release this Friday?

2006-05-22 Thread Grant Ingersoll
+1 Doug Cutting wrote: I propose to make Lucene release 2.0.0 this Friday, the 26th of May. If there are bugs whose patches that you feel should be included in this release, please lobby to have them committed prior to this date. Doug

Re: [VOTE] 2.0 release this Friday?

2006-05-22 Thread Otis Gospodnetic
+1 If you want, I can try doing this, but I'm likely going to have some questions. I think the first one would be: Is http://wiki.apache.org/jakarta-lucene/ReleaseTodo up to date? Otis - Original Message From: Doug Cutting <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Monda

RE: caching term information?

2006-05-22 Thread Robert Engels
The WorkspaceInfo class in unneccessary. The WorkspaceDetails can be persisted directly if reworked. -Original Message- From: Doug Cutting [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 5:48 PM To: java-dev@lucene.apache.org Subject: Re: caching term information? Robert Engels wrot

Re: [VOTE] 2.0 release this Friday?

2006-05-22 Thread markharw00d
+1 Send instant messages to your online friends http://uk.messenger.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] 2.0 release this Friday?

2006-05-22 Thread Ronnie Kolehmainen
+1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]