[jira] Updated: (LUCENE-666) TERM1 OR NOT TERM2 does not perform as expected

2007-01-25 Thread Dejan Nenov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Nenov updated LUCENE-666: --- Fix Version/s: 2.0.0 Any chance this may be addressed in 2.0? > TERM1 OR NOT TERM2 does not perform

[jira] Commented: (LUCENE-666) TERM1 OR NOT TERM2 does not perform as expected

2007-01-25 Thread Dejan Nenov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467325 ] Dejan Nenov commented on LUCENE-666: For Dejan Nenov - please use this new email address: d [at] panaton [dot] c

Re: [NFS] Lucene, delete-on-last-close, and flock emulation

2007-01-25 Thread Marvin Humphrey
On Jan 24, 2007, at 11:31 PM, Doron Cohen wrote: You could easily fix this by having the reader create a hard link to the index file. e.g. ln foo foo-client.my.org-$$ open("foo-client.my.org-$$"); read() ... close() rm foo-client.my.org-$$ What happens when a client exits prematurely (w

Re: [jira] Commented: (LUCENE-762) [PATCH] Efficiently retrieve sizes of field values

2007-01-25 Thread Grant Ingersoll
Mike, Do you have any preference on making FieldInfo public versus moving the FieldSelector stuff into the index package? -Grant On Jan 23, 2007, at 10:23 PM, Mike Klaas wrote: On 1/23/07, Grant Ingersoll (JIRA) <[EMAIL PROTECTED]> wrote: [ https://issues.apache.org/jira/browse/LUCEN

[jira] Created: (LUCENE-784) ArrayIndexOutOfBoundsException in BitVector.get whilst adding a doc resulting in corrupt index

2007-01-25 Thread Keiron McCammon (JIRA)
ArrayIndexOutOfBoundsException in BitVector.get whilst adding a doc resulting in corrupt index -- Key: LUCENE-784 URL: https://issues.apache.org/jira/browse/LUCENE-784

[jira] Commented: (LUCENE-784) ArrayIndexOutOfBoundsException in BitVector.get whilst adding a doc resulting in corrupt index

2007-01-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467517 ] Michael McCandless commented on LUCENE-784: --- This looks like it could be a dup of LUCENE-140. There were t

[jira] Commented: (LUCENE-784) ArrayIndexOutOfBoundsException in BitVector.get whilst adding a doc resulting in corrupt index

2007-01-25 Thread Keiron McCammon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467627 ] Keiron McCammon commented on LUCENE-784: Indeed, we are also creating a Directory with create = false and the

[jira] Commented: (LUCENE-784) ArrayIndexOutOfBoundsException in BitVector.get whilst adding a doc resulting in corrupt index

2007-01-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467642 ] Michael McCandless commented on LUCENE-784: --- OK, I'm glad to hear that: I wasn't looking forward to trackin

[jira] Resolved: (LUCENE-784) ArrayIndexOutOfBoundsException in BitVector.get whilst adding a doc resulting in corrupt index

2007-01-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-784. --- Resolution: Duplicate Fix Version/s: 2.1 > ArrayIndexOutOfBoundsException in B

[jira] Commented: (LUCENE-781) NPE in MultiReader.isCurrent() and getVersion()

2007-01-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467655 ] Hoss Man commented on LUCENE-781: - so the fundamental issue is two radically different use cases of MultiReader -- a

[jira] Commented: (LUCENE-781) NPE in MultiReader.isCurrent() and getVersion()

2007-01-25 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467667 ] Doron Cohen commented on LUCENE-781: I agree, except for isCurrent() - why not iterating the readers only for cas

[jira] Commented: (LUCENE-781) NPE in MultiReader.isCurrent() and getVersion()

2007-01-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467681 ] Hoss Man commented on LUCENE-781: - let's say we do implement isCurrent for a multi directory MultiReader as a loop o

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

2007-01-25 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Li updated LUCENE-565: --- Attachment: NewIndexModifier.Jan2007.patch The patch is updated because of the code committed to IndexWriter

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

2007-01-25 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Li updated LUCENE-565: --- Lucene Fields: [Patch Available] > Supporting deleteDocuments in IndexWriter (Code and Performance Results >