| Package | Description | 
|---|---|
| org.apache.lucene.codecs.blocktree | BlockTree terms dictionary. | 
| org.apache.lucene.index | Code to maintain and access indices. | 
| org.apache.lucene.search | Code to search indices. | 
| Modifier and Type | Method and Description | 
|---|---|
| TermsEnum | FieldReader. intersect(CompiledAutomaton compiled,
         BytesRef startTerm) | 
| Modifier and Type | Method and Description | 
|---|---|
| TermsEnum | SortedSetDocValues. intersect(CompiledAutomaton automaton)Returns a  TermsEnumover the values, filtered by aCompiledAutomatonThe enum supportsTermsEnum.ord(). | 
| TermsEnum | SortedDocValues. intersect(CompiledAutomaton automaton)Returns a  TermsEnumover the values, filtered by aCompiledAutomatonThe enum supportsTermsEnum.ord(). | 
| TermsEnum | Terms. intersect(CompiledAutomaton compiled,
         BytesRef startTerm)Returns a TermsEnum that iterates over all terms and
  documents that are accepted by the provided  CompiledAutomaton. | 
| TermsEnum | MultiTerms. intersect(CompiledAutomaton compiled,
         BytesRef startTerm) | 
| TermsEnum | ExitableDirectoryReader.ExitableTerms. intersect(CompiledAutomaton compiled,
         BytesRef startTerm) | 
| Constructor and Description | 
|---|
| AutomatonTermsEnum(TermsEnum tenum,
                  CompiledAutomaton compiled)Construct an enumerator based upon an automaton, enumerating the specified
 field, working on a supplied TermsEnum | 
| Modifier and Type | Field and Description | 
|---|---|
| protected CompiledAutomaton | AutomatonQuery. compiled | 
| Modifier and Type | Method and Description | 
|---|---|
| CompiledAutomaton[] | FuzzyTermsEnum.LevenshteinAutomataAttribute. automata() | 
| CompiledAutomaton[] | FuzzyTermsEnum.LevenshteinAutomataAttributeImpl. automata() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FuzzyTermsEnum.LevenshteinAutomataAttribute. setAutomata(CompiledAutomaton[] automata) | 
| void | FuzzyTermsEnum.LevenshteinAutomataAttributeImpl. setAutomata(CompiledAutomaton[] automata) | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.