[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-03-01 Thread Toke Eskildsen (JIRA)
100226c.patch, LUCENE-1990-te20100301.patch, > LUCENE-1990.patch, LUCENE-1990_PerformanceMeasurements20100104.zip, > perf-mkm-20100227.txt, performance-20100301.txt, performance-te20100226.txt > > > There are various places in Lucene that could take advantage of an > efficient pac

[jira] Issue Comment Edited: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839783#action_12839783 ] Robert Muir edited comment on LUCENE-2089 at 3/1/10 8:46 PM: -

[jira] Updated: (LUCENE-2154) Need a clean way for Dir/MultiReader to "merge" the AttributeSources of the sub-readers

2010-03-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2154: -- Attachment: LUCENE-2154-Jakarta-BCEL.patch Here the third incarnation of the patch. A little b

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2089: Attachment: LUCENE-2089.patch this is mike's patch, except with the additional tests (that fail fo

[jira] Commented: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-03-01 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839753#action_12839753 ] Michael Goddard commented on LUCENE-2287: - The backward compatibility break was ad

[jira] Commented: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-03-01 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839744#action_12839744 ] Mark Miller commented on LUCENE-2287: - bq. Breaks backward compatibility, so need to f

[jira] Updated: (LUCENE-2089) explore using automaton for fuzzyquery

2010-03-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2089: --- Attachment: LUCENE-2089.patch New patch w/ fixes to not overallocate states. > expl

[jira] Updated: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-03-01 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Goddard updated LUCENE-2287: Attachment: LUCENE-2287.patch * Removed the Java 5 code which had crept in * Two tests sti

[jira] Updated: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-03-01 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Toke Eskildsen updated LUCENE-1990: --- Attachment: LUCENE-1990-te20100301.patch performance-20100301.txt I&#x

[jira] Commented: (LUCENE-2283) Possible Memory Leak in StoredFieldsWriter

2010-03-01 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839682#action_12839682 ] Tim Smith commented on LUCENE-2283: --- i haven't been able to fully replicate this issue i

Re: Turning IndexReader.isDeleted implementations to final

2010-03-01 Thread Shai Erera
Thanks Mike ! I'll try to pull this one together soon, in addition to the SegmentInfos (from the other thread). Might take me a few days though. Shai 2010/3/1 Michael McCandless > Yeah in the case of DirectoryReader/MultiReader, I'd like for them to > be final, not for performance but for door

[jira] Commented: (LUCENE-1100) StandardTokenizer incorrectly types certain values

2010-03-01 Thread Ronan KERDUDOU (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839670#action_12839670 ] Ronan KERDUDOU commented on LUCENE-1100: when having in a text : "5.3.2-blĂ hblah"

Re: Turning IndexReader.isDeleted implementations to final

2010-03-01 Thread Michael McCandless
Yeah in the case of DirectoryReader/MultiReader, I'd like for them to be final, not for performance but for door-shutting (ie the same reason we make analyzers final). Further strengthening the move to segment based searching, I think these classes should feel like a simple collection (of subreade