Re: NewIndexModifier - - - DeletingIndexWriter

2007-02-09 Thread jian chen
Hey guys, Following the Lucene dev mailing list for sometime now, I am concerned that lucene is slowing losing all the simplicity and become a complicated mess. I think keeping IndexReader and IndexWriter the way it works in 1.2 even is better, no? Software should be designed to be simple to us

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

2007-02-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-565: - Assignee: Michael McCandless > Supporting deleteDocuments in IndexWriter (Code an

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

2007-02-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-565: --- Reopening based on recent discussions on java-dev: http://www.gossamer-threads.com/l

Re: NewIndexModifier - - - DeletingIndexWriter

2007-02-09 Thread Yonik Seeley
On 2/9/07, Doug Cutting <[EMAIL PROTECTED]> wrote: Yonik Seeley wrote: > As long as you wouldn't object to a org.apache.lucene package in Solr... > With the understanding of course, that the onus would be on Solr developers > to keep up with any changes. I wouldn't object to that. Would you?

Re: NewIndexModifier - - - DeletingIndexWriter

2007-02-09 Thread Doug Cutting
Yonik Seeley wrote: As long as you wouldn't object to a org.apache.lucene package in Solr... With the understanding of course, that the onus would be on Solr developers to keep up with any changes. I wouldn't object to that. Would you? Solr's developers are pretty on-top of Lucene and should

Re: NewIndexModifier - - - DeletingIndexWriter

2007-02-09 Thread Chris Hostetter
: > (see above), and it doesn't impact non-deleting uses (which Hoss assures : > us it won't). : I agree w/ Hoss: the way NewIndexModifier works, if you don't do any : deletes then there's no added cost (well, only some if statements) to : the "addDocument only" case because no readers are opened

Re: NewIndexModifier - - - DeletingIndexWriter

2007-02-09 Thread Yonik Seeley
On 2/9/07, Doug Cutting <[EMAIL PROTECTED]> wrote: Michael McCandless wrote: > I agree extensions points are nice. Maybe we could leave the > extension points ("doAfterFlushRamSegments", etc.) but merge > NewIndexModifier into IndexWriter? > > Though I do worry that by adding these extension poi

Re: NewIndexModifier - - - DeletingIndexWriter

2007-02-09 Thread karl wettin
9 feb 2007 kl. 18.28 skrev Doug Cutting: A single IndexWriter would be ideal How about sneaking in a couple of interfaces at this point? I'll settle with IndexReaderInterface and IndexWriterInterface. How about having them extend IndexDocumentDeleter and IndexDocumentInserter? Ceterum c

Re: NewIndexModifier - - - DeletingIndexWriter

2007-02-09 Thread Michael McCandless
Doug Cutting wrote: Michael McCandless wrote: I agree extensions points are nice. Maybe we could leave the extension points ("doAfterFlushRamSegments", etc.) but merge NewIndexModifier into IndexWriter? Though I do worry that by adding these extension points we tie our hands for later. I thi

Re: NewIndexModifier - - - DeletingIndexWriter

2007-02-09 Thread Doug Cutting
Michael McCandless wrote: I agree extensions points are nice. Maybe we could leave the extension points ("doAfterFlushRamSegments", etc.) but merge NewIndexModifier into IndexWriter? Though I do worry that by adding these extension points we tie our hands for later. I think this is a valid co

Re: Lucene 2.1, soon

2007-02-09 Thread Grant Ingersoll
OK, I'm now +1 on release On Feb 1, 2007, at 6:57 AM, Grant Ingersoll wrote: -1 I would like a few more days to get https://issues.apache.org/jira/ browse/LUCENE-762, as it may involve moving some classes and I don't want to do that after an official release. It is not a major issue, bu

[jira] Commented: (LUCENE-626) Extended spell checker with phrase support and adaptive user session analysis.

2007-02-09 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471679 ] Karl Wettin commented on LUCENE-626: Almost all TODO:s in the code (mostly refactoring to support alternative sin