[jira] Resolved: (LUCENE-1547) Rare thread hazard in IndexWriter.commit()

2009-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1547. Resolution: Fixed Fixed on 2.9 2.4.1. Rare thread hazard in

Re: segments.gen file

2009-02-24 Thread Michael McCandless
I believe we still need this, for remote filesystems (like NFS) that have inconsistent client-side caching. The fsync() ensures the local IO system has moved the bytes/file metadata to stable storage, but I'd expect remote caches would still potentially be stale. Mike Michael Busch

[jira] Updated: (LUCENE-1546) Add IndexReader.flush/close(commitUserData)

2009-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1546: --- Attachment: LUCENE-1546.patch I tweaked the patch to keep back compat (we can't

[jira] Updated: (LUCENE-1458) Further steps towards flexible indexing

2009-02-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1458: --- Attachment: LUCENE-1458.patch New patch attached (still plenty more to do...):

Jukka's not on Who We Are yet

2009-02-24 Thread Luke Nezda
Jukka's not on http://lucene.apache.org/java/docs/whoweare.html Kind regards, - Luke

Re: Jukka's not on Who We Are yet

2009-02-24 Thread Chris Hostetter
: Subject: Jukka's not on Who We Are yet : : Jukka's not on http://lucene.apache.org/java/docs/whoweare.html That list is specificly the Lucene-Java committers. Jukka is listed on the PMC list... http://lucene.apache.org/who.html -Hoss

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-02-24 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12676421#action_12676421 ] Peter Wolanin commented on LUCENE-1500: --- I have run into this issue over the last

[jira] Issue Comment Edited: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-02-24 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12676421#action_12676421 ] pwolanin edited comment on LUCENE-1500 at 2/24/09 1:38 PM:

[jira] Issue Comment Edited: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-02-24 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12676421#action_12676421 ] pwolanin edited comment on LUCENE-1500 at 2/24/09 1:37 PM:

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-02-24 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12676426#action_12676426 ] Peter Wolanin commented on LUCENE-1500: --- Actually, looking at the Lucene source and

[jira] Issue Comment Edited: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-02-24 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12676426#action_12676426 ] pwolanin edited comment on LUCENE-1500 at 2/24/09 2:15 PM:

[jira] Updated: (LUCENE-1546) Add IndexReader.flush(commitUserData)

2009-02-24 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1546: - Summary: Add IndexReader.flush(commitUserData) (was: Add

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-02-24 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12676449#action_12676449 ] Peter Wolanin commented on LUCENE-1500: --- Actually - the initial patch does not avoid

[jira] Updated: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-02-24 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Wolanin updated LUCENE-1500: -- Attachment: LUCENE-1500.patch Highlighter throws StringIndexOutOfBoundsException

[jira] Updated: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-02-24 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1516: - Attachment: LUCENE-1516.patch - Fixed the basic concurrency merge issue

[jira] Updated: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-02-24 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1516: - Attachment: LUCENE-1516.patch - TestAddIndexesNoOptimize test passes - There's an

[jira] Commented: (LUCENE-893) Increase buffer sizes used during searching

2009-02-24 Thread Trejkaz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12676521#action_12676521 ] Trejkaz commented on LUCENE-893: Someone else on my team did some benchmarks for a query