[
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
[
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
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
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
ArrayIndexOutOfBoundsException in BitVector.get whilst adding a doc resulting
in corrupt index
--
Key: LUCENE-784
URL: https://issues.apache.org/jira/browse/LUCENE-784
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
>
14 matches
Mail list logo