[
https://issues.apache.org/jira/browse/LUCENE-4971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13689734#comment-13689734
]
Commit Tag Bot commented on LUCENE-4971:
----------------------------------------
[trunk commit] mikemccand
http://svn.apache.org/viewvc?view=revision&revision=1495206
LUCENE-4971: fix NPE in AnalyzingSuggester when there are too many graph
expansions
> NPE in AnalyzingSuggester
> -------------------------
>
> Key: LUCENE-4971
> URL: https://issues.apache.org/jira/browse/LUCENE-4971
> Project: Lucene - Core
> Issue Type: Bug
> Affects Versions: 4.1
> Environment: Windows 7
> Reporter: Alexey Kudinov
> Assignee: Michael McCandless
> Fix For: 5.0, 4.4
>
> Attachments: LUCENE-4971.patch, LUCENE-4971.patch
>
>
> Setting maxGraphExpansions > 0 with a lot of expansions (e.g. due to
> synonyms).
> Set<IntsRef> paths = toFiniteStrings(surfaceForm, ts2a);
> paths may be null, so maxAnalyzedPathsForOneInput =
> Math.max(maxAnalyzedPathsForOneInput, paths.size()) may end with NPE
--
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: [email protected]
For additional commands, e-mail: [email protected]