[jira] Updated: (LUCENE-2095) Document not guaranteed to be found after write and commit

2009-11-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2095: --- Attachment: LUCENE-2095.patch Patch attached. I think it's ready to commit: * Ad

[jira] Commented: (LUCENE-2095) Document not guaranteed to be found after write and commit

2009-11-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783222#action_12783222 ] Uwe Schindler commented on LUCENE-2095: --- Your patch only works for trunk and 3.0. If

[jira] Commented: (LUCENE-2095) Document not guaranteed to be found after write and commit

2009-11-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783223#action_12783223 ] Michael McCandless commented on LUCENE-2095: Thanks for reminding me -- I'll r

FW: Hudson Lucene Node dead

2009-11-28 Thread Uwe Schindler
The Lucene Hudson Node is up again. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de --- Begin Message --- The Zone is up again.. Have fun, Norman 2009/11/23 Uwe Schindler : > Hi, > > Thank you very much for the response and sorry for even

Re: Sentence detection/extraction as Tokenizer?

2009-11-28 Thread Shai Erera
Hi Otis I've implemented sentence detection as part of my tokenizer, and it does not extract sentences, but "detecs" EOS (based on several characters from the UNICODE spec). Upon detection, it returns a Token of EOS type. I then have a EOS Filter which can be configured w/ appropriate behavior as

Hudson build is back to normal: Lucene-trunk #1011

2009-11-28 Thread Apache Hudson Server
See - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org

Re: Socket and file locks

2009-11-28 Thread Sanne Grinovero
Hello, Together with the Infinispan Directory we developed such a LockFactory; I'd me more than happy if you wanted to add some pointers to it in the Lucene documention/readme. This depends on Infinispan for multiple-machines communication (JGroups, indirectly) but it's not required to use an Infin

[jira] Updated: (LUCENE-2067) Czech Stemmer

2009-11-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2067: Attachment: LUCENE-2067.patch bring patch up to trunk, and round out the tests and docs. This one

[jira] Assigned: (LUCENE-2067) Czech Stemmer

2009-11-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2067: --- Assignee: Robert Muir > Czech Stemmer > - > > Key: LUCENE-2067 >

[jira] Updated: (LUCENE-2094) Prepare CharArraySet for Unicode 4.0

2009-11-28 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2094: Attachment: LUCENE-2094.patch This patch uses CharacterUtils and Version to preserve backw

[jira] Commented: (LUCENE-2067) Czech Stemmer

2009-11-28 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783271#action_12783271 ] Simon Willnauer commented on LUCENE-2067: - Robert, I really like the readability i

[jira] Commented: (LUCENE-2067) Czech Stemmer

2009-11-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783276#action_12783276 ] Robert Muir commented on LUCENE-2067: - Hi Simon, I think you are referring to the 2007

[jira] Commented: (LUCENE-2094) Prepare CharArraySet for Unicode 4.0

2009-11-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783282#action_12783282 ] Uwe Schindler commented on LUCENE-2094: --- Why do you use Version.LUCENE_CURRENT for a

[jira] Updated: (LUCENE-1785) Simple FieldCache merging

2009-11-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1785: - Attachment: LUCENE-1785.patch The sanity check is fixed by skipping the entry with a nul

[jira] Updated: (LUCENE-2067) Czech Stemmer

2009-11-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2067: Attachment: LUCENE-2067.patch make the stem filter final, and add explicit test for the mobile e r

[jira] Commented: (LUCENE-2061) Create benchmark & approach for testing Lucene's near real-time performance

2009-11-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783322#action_12783322 ] Jason Rutherglen commented on LUCENE-2061: -- Mike, I tried running nrtBench.py, ge

[jira] Updated: (LUCENE-1785) Simple FieldCache merging

2009-11-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1785: - Attachment: LUCENE-1785.patch Deletes in the source readers should be handled correctly.

[jira] Updated: (LUCENE-1785) Simple FieldCache merging

2009-11-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1785: - Attachment: LUCENE-1785.patch Cleaned up some more, moved mergeSuccess to mergeMiddle, a