Re: [jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2006-09-01 Thread Ning Li
I believe this patch probably also changes the merge behavior. I think we need to discuss what exactly the new merge behavior is, if it's OK, what we think the index invariants should be (no more than x segments of y size, etc), and I'd like to see some code to test those invariants. Yes, the pa

[jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2006-09-01 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-565?page=comments#action_12432216 ] Doron Cohen commented on LUCENE-565: I agree - I also suspected it might change the merge behavior (and also had reflections from the repeated trials to have t

Re: Fwd: First BETA release of MUTIS

2006-09-01 Thread Otis Gospodnetic
Mario, not sure if you emailed the Lucene.NET mailing list, but if you haven't, you should, as people there will have more incentives to help with .NET and other Windows stuff. Otis - Original Message From: Mario Alejandro M. <[EMAIL PROTECTED]> To: [email protected] Sent: Wed

[jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2006-09-01 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-565?page=comments#action_12432164 ] Yonik Seeley commented on LUCENE-565: - I believe this patch probably also changes the merge behavior. I think we need to discuss what exactly the new merge beha

[jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2006-09-01 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-565?page=comments#action_12432155 ] Yonik Seeley commented on LUCENE-565: - > the new code is *9* times faster! That's a bit apples-and-oranges :-) I don't think people use IndexModifier when t

Re: [jira] Commented: (LUCENE-664) [PATCH] small fixes to the new scoring.html doc

2006-09-01 Thread Grant Ingersoll
I like this idea and will give it a shot when I have some cycles. I definitely think something at the top level is needed on scoring, even if it is just pointers to appropriate pieces inside. I was even torn about the reproducing of the scoring formula in the scoring file. Does anyone kno

[jira] Created: (LUCENE-668) Incremental Search

2006-09-01 Thread Fernando Mato Mira (JIRA)
Incremental Search -- Key: LUCENE-668 URL: http://issues.apache.org/jira/browse/LUCENE-668 Project: Lucene - Java Issue Type: Improvement Components: Search Affects Versions: 2.0.0, 1.9, 2.0.1, 2.1 Envi