Re: Deprecating IndexModifier

2007-08-13 Thread Yonik Seeley
On 8/12/07, Ning Li <[EMAIL PROTECTED]> wrote: > IndexWriter does everything IndexModifier does and more, except > "deleteDocument(int doc)". Can we reach consensus on: 1 Should we > deprecate IndexModifier before 3.0 and remove it in 3.0? 2 If so, do > we have to add "deleteDocument(int doc)" to I

Re: why the mixed scopes?

2007-08-13 Thread Chris Hostetter
: Is there a reason for writers to be created via the constructor and : the readers to be created via the static scope? I wasn't arround when those APIs were created, but i believe the main reason for the static IndexReader.open method was to deal with the unknown question: will this be a Segment

[jira] Resolved: (LUCENE-977) internal hashing improvements

2007-08-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved LUCENE-977. - Resolution: Fixed committed. > internal hashing improvements > - > >

Re: why the mixed scopes?

2007-08-13 Thread karl wettin
I'm not sure whether or not this was a way too lame question and suggestion. Still, I think it makes sense. 9 aug 2007 kl. 15.38 skrev karl wettin: Is there a reason for writers to be created via the constructor and the readers to be created via the static scope? Would it not be much mor