Java org.apache.lucene.util.automaton CompiledAutomaton fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util.automaton CompiledAutomaton fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util.automaton CompiledAutomaton.

The text is from its open source code.

Constructor

CompiledAutomaton(Automaton automaton)
Create this, passing simplify=true and finite=null, so that we try to simplify the automaton and determine if it is finite.

Method

TermsEnumgetTermsEnum(Terms terms)
Return a TermsEnum intersecting the provided Terms with the terms accepted by this automaton.