You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Commit Tag Bot (JIRA)" <ji...@apache.org> on 2013/03/01 13:53:12 UTC

[jira] [Commented] (LUCENE-4809) FuzzyLikeThisQuery fails if field does not exist or is not indexed with NPE during rewrite

    [ https://issues.apache.org/jira/browse/LUCENE-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13590480#comment-13590480 ] 

Commit Tag Bot commented on LUCENE-4809:
----------------------------------------

[trunk commit] Simon Willnauer
http://svn.apache.org/viewvc?view=revision&revision=1451577

LUCENE-4809: FuzzyLikeThisQuery fails if field does not exist or is not indexed with NPE during rewrite

                
> FuzzyLikeThisQuery fails if field does not exist or is not indexed with NPE during rewrite
> ------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-4809
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4809
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/other
>    Affects Versions: 4.0, 4.1
>            Reporter: Simon Willnauer
>            Priority: Minor
>             Fix For: 4.2, 5.0
>
>         Attachments: LUCENE-4809.patch
>
>
> this occured here: https://github.com/elasticsearch/elasticsearch/issues/2690
> {noformat}
>  at org.apache.lucene.sandbox.queries.SlowFuzzyTermsEnum$LinearFuzzyTermsEnum.<init>(SlowFuzzyTermsEnum.java:89)
>     at org.apache.lucene.sandbox.queries.SlowFuzzyTermsEnum.maxEditDistanceChanged(SlowFuzzyTermsEnum.java:58)
>     at org.apache.lucene.search.FuzzyTermsEnum.bottomChanged(FuzzyTermsEnum.java:211)
>     at org.apache.lucene.search.FuzzyTermsEnum.<init>(FuzzyTermsEnum.java:144)
>     at org.apache.lucene.sandbox.queries.SlowFuzzyTermsEnum.<init>(SlowFuzzyTermsEnum.java:48)
>     at org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery.addTerms(FuzzyLikeThisQuery.java:209)
>     at org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery.rewrite(FuzzyLikeThisQuery.java:262)
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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