On Wed, Aug 10, 2011 at 7:34 AM, Dawid Weiss <[email protected]> wrote: > >> >> Actually, infinite automata (ie, has cycles) are fine -- >> AutomatonTermsEnum attempts to .next() through such "tight" ranges of >> > > I should have been clearer: the problem is with cycles happening at the > front of the prefix match (right?).
Ahh, right, for such cases ATE/.intersect() must .next() through the entire terms dict (= slow). Mike McCandless http://blog.mikemccandless.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
