You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2014/05/11 00:16:37 UTC

[jira] [Created] (LUCENE-5660) AnalyzingSuggester needs reasonable defaults

Robert Muir created LUCENE-5660:
-----------------------------------

             Summary: AnalyzingSuggester needs reasonable defaults
                 Key: LUCENE-5660
                 URL: https://issues.apache.org/jira/browse/LUCENE-5660
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Robert Muir
         Attachments: LUCENE-5660.patch

Issues like LUCENE-5628 LUCENE-5659 are hacks around the problem that the AnalyzingSuggester allows automata to "explode".

I don't think we should try to hack up the automata lib to the point its un-understandable to support this, since its designed for smaller automata such as queries and is appropriate for that.

We should instead just set appropriate limits out of box so AnalyzingSuggester doesnt blow up.

Remember this is a suggester, it needs to be fast. The fact that the automata lib blows up on stupid unit tests or whatever are doing this, instead of being silently slow, is a good thing.



--
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