Re: traversing Automaton in lucene 4.10

2014-09-25 Thread Dmitry Kan
case solved, example of traversal found in lucene's source code (pointed to by Mike McCandless): https://github.com/apache/lucene-solr/blob/2836bd99101026860b12233a87e35101769a538f/lucene/core/src/java/org/apache/lucene/util/automaton/Automaton.java#L535 On Fri, Sep 19, 2014 at 5:27 PM, Dmitry

traversing Automaton in lucene 4.10

2014-09-19 Thread Dmitry Kan
Hi, o.a.l.u.automaton.Automaton api has changed in lucene 4.10 ( https://issues.apache.org/jira/secure/attachment/12651171/LUCENE-5752.patch ). Method getNumberedStates() got dropped class State does not exist anymore. How do I traverse an Automaton with the new api? Dmitry -- Dmitry Kan Blog