You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan Ernst (JIRA)" <ji...@apache.org> on 2014/08/05 05:36:12 UTC

[jira] [Created] (LUCENE-5869) FuzzyQuery should require positive maxExpansions

Ryan Ernst created LUCENE-5869:
----------------------------------

             Summary: FuzzyQuery should require positive maxExpansions
                 Key: LUCENE-5869
                 URL: https://issues.apache.org/jira/browse/LUCENE-5869
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Ryan Ernst


FuzzyQuery currently only disallows negative values of {{maxExpansions}}.  However, passing {{0}} causes an NPE when the underlying {{TopTermsRewrite}} does a {{peek()}} on an empty queue, which returns {{null}}, and then goes on using it unknowingly.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org