Michael McCandless created LUCENE-4533:
------------------------------------------

             Summary: 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
             Fix For: 4.1, 5.0


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