Uses of Class
org.apache.lucene.util.automaton.CompiledAutomaton
Packages that use CompiledAutomaton
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Code to maintain and access indices.
Code to search indices.
-
Uses of CompiledAutomaton in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type CompiledAutomatonModifier and TypeMethodDescriptionBlockTreeTermsReader.FieldReader.intersect
(CompiledAutomaton compiled, BytesRef startTerm) -
Uses of CompiledAutomaton in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type CompiledAutomatonModifier and TypeMethodDescriptionMultiTerms.intersect
(CompiledAutomaton compiled, BytesRef startTerm) Terms.intersect
(CompiledAutomaton compiled, BytesRef startTerm) Returns a TermsEnum that iterates over all terms that are accepted by the providedCompiledAutomaton
. -
Uses of CompiledAutomaton in org.apache.lucene.search
Fields in org.apache.lucene.search declared as CompiledAutomatonMethods in org.apache.lucene.search that return types with arguments of type CompiledAutomaton