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 06:20:14 UTC

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

     [ https://issues.apache.org/jira/browse/LUCENE-5869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Ernst updated LUCENE-5869:
-------------------------------

    Attachment: LUCENE-5869.patch

Simple patch with test.

> 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
>         Attachments: LUCENE-5869.patch
>
>
> 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