Re: [jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir
i think we can make some reasonable defaults (based on Version) for fuzzy so that its fast. i'm trying to figure out a way to use TREC's confusion data ( http://trec.nist.gov/data/t5_confusion.html, OCR-damaged test collection), to help determine some defaults so Hoss won't be after me... yes i kn

[jira] Issue Comment Edited: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833496#action_12833496 ] Robert Muir edited comment on LUCENE-2262 at 2/14/10 3:50 AM: --

Re: [jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Mark Miller
Nah, let's just make fuzzy not work in the qp by default :) And make that back compat while your at it - while not abusing Version so that it's used for something subjective :) wouldn't want to rile up Hoss. I'm like 3/4 serious. - Mark http://www.lucidimagination.com (mobile) On Feb 13, 2

[jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833496#action_12833496 ] Robert Muir commented on LUCENE-2262: - bq. in my opinion disallowing these queries wit

[jira] Updated: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2262: Description: QueryParser currently throws an exception if a wildcard term begins with the '?' ope

[jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833493#action_12833493 ] Yonik Seeley commented on LUCENE-2262: -- bq. yonik, that's not what this issue is abou

[jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833488#action_12833488 ] Robert Muir commented on LUCENE-2262: - btw Yonik, in my opinion disallowing these quer

[jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833485#action_12833485 ] Robert Muir commented on LUCENE-2262: - bq. It doesn't seem like this type of bug is no

[jira] Commented: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833481#action_12833481 ] Yonik Seeley commented on LUCENE-2262: -- It doesn't seem like this type of bug is not

MoreLikeThis: fieldNames and Query

2010-02-13 Thread Shay Banon
Hi, I have a few questions regarding more like this: 1. In MoreLikeThis, it seems like the check for fieldNames being null and fetching them from the reader is not done for all the like methods. For example, it does not look like it is done at all for like(Reader r), and on the other hand, it i

Re: (LUCENE-1844) Speed up junit tests

2010-02-13 Thread Robert Muir
On Fri, Nov 27, 2009 at 1:27 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > > Also one thing I'd love to try is NOT forking the JVM for each test > (fork="no" in the junit task). I wonder how much time that'd buy... > > it shaves off a good deal of time on my machine. 'ant test-cor

[jira] Updated: (LUCENE-2263) Deadlock with FSIndexInput and SegmentReader

2010-02-13 Thread Antonio Martinez (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Martinez updated LUCENE-2263: - Priority: Blocker (was: Critical) Environment: bash-3.00$ cat /etc/release

[jira] Created: (LUCENE-2263) Deadlock with FSIndexInput and SegmentReader

2010-02-13 Thread Antonio Martinez (JIRA)
Deadlock with FSIndexInput and SegmentReader - Key: LUCENE-2263 URL: https://issues.apache.org/jira/browse/LUCENE-2263 Project: Lucene - Java Issue Type: Bug Affects Versions: 2.2 Env

IndexWriter.init() checks for infoStream != null, redundantly?

2010-02-13 Thread Shai Erera
Hi IndexWriter.init() checks a couple of times whether infoStream != null in order to print informative messages ... init() is called only from the ctors, which means infoStream will always be null at this point, no? Therefore I think those checks can be removed? Not for performance reasons, but f

[jira] Updated: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2262: Attachment: LUCENE-2262_backwards.patch patch for the backwards tests (not the best I admit, but u

[jira] Updated: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2262: Attachment: LUCENE-2262.patch initial patch: * doesnt throw the exception for leading ? when match

[jira] Created: (LUCENE-2262) QueryParser should now allow leading '?' wildcards

2010-02-13 Thread Robert Muir (JIRA)
QueryParser should now allow leading '?' wildcards -- Key: LUCENE-2262 URL: https://issues.apache.org/jira/browse/LUCENE-2262 Project: Lucene - Java Issue Type: Improvement Components

[jira] Commented: (LUCENE-2261) configurable MultiTermQuery TopTermsScoringBooleanRewrite pq size

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833415#action_12833415 ] Robert Muir commented on LUCENE-2261: - will commit this in a day or two if no one obje

[jira] Updated: (LUCENE-2261) configurable MultiTermQuery TopTermsScoringBooleanRewrite pq size

2010-02-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2261: Attachment: LUCENE-2261.patch bq. There is only one thing unrelated to that issue: It makes no sen

RE: Release of 2.9.2 and 3.0.1 in progress - commit freeze

2010-02-13 Thread Uwe Schindler
> Please do not commit anything to the branches and trunk, if it is fix- > for 2.9.x or 3.0.x. All other changes can be committed. Of course only changes in *trunk* may be committed that are not also fix-for 2.9 and 3.0. :-) -

Release of 2.9.2 and 3.0.1 in progress - commit freeze

2010-02-13 Thread Uwe Schindler
Hi all, the release of 2.9.2 and 3.0.1 is in progress. I merged all CHANGES.txt entries, merged remaining bugfixes and prepared the version number in both branches. The only missing fix is https://issues.apache.org/jira/browse/LUCENE-1941, which is in progress, I will backport and commit when

[jira] Assigned: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-1941: - Assignee: Uwe Schindler > MinPayloadFunction returns 0 when only one payload is present

[jira] Updated: (LUCENE-2165) SnowballAnalyzer lacks a constructor that takes a Set of Stop Words

2010-02-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2165: -- Fix Version/s: 2.9.2 backport > SnowballAnalyzer lacks a constructor that takes a Set of Stop

[jira] Updated: (LUCENE-2144) InstantiatedIndexReader does not handle #termDocs(null) correct (AllTermDocs)

2010-02-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2144: -- Fix Version/s: 2.9.2 merge back also to 2.9.2 > InstantiatedIndexReader does not handle #term