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

Michael McCandless updated LUCENE-4533:
---------------------------------------

    Attachment: LUCENE-4533.patch

Patch w/ failing test ... it trips the assert in TopNSearcher that detects a 
too-small maxQueueDepth.
                
> if you pass dups (same surface form) to AnalyzingSuggester it can fail to 
> return enough results
> -----------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-4533
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4533
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 4.1, 5.0
>
>         Attachments: LUCENE-4533.patch
>
>
> The problem is (again) the queue pruning we do.
> I think we should de-dup the user's input (keeping highest weight for each 
> surface form) before adding to the FST.

--
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to