|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CompiledAutomaton | |
|---|---|
| org.apache.lucene.codecs | Codecs API: API for customization of the encoding and structure of the index. |
| org.apache.lucene.index | Code to maintain and access indices. |
| org.apache.lucene.search | Code to search indices. |
| Uses of CompiledAutomaton in org.apache.lucene.codecs |
|---|
| Methods in org.apache.lucene.codecs with parameters of type CompiledAutomaton | |
|---|---|
TermsEnum |
BlockTreeTermsReader.FieldReader.intersect(CompiledAutomaton compiled,
BytesRef startTerm)
|
| Uses of CompiledAutomaton in org.apache.lucene.index |
|---|
| Methods in org.apache.lucene.index with parameters of type CompiledAutomaton | |
|---|---|
TermsEnum |
Terms.intersect(CompiledAutomaton compiled,
BytesRef startTerm)
Returns a TermsEnum that iterates over all terms that are accepted by the provided CompiledAutomaton. |
TermsEnum |
MultiTerms.intersect(CompiledAutomaton compiled,
BytesRef startTerm)
|
| Uses of CompiledAutomaton in org.apache.lucene.search |
|---|
| Fields in org.apache.lucene.search declared as CompiledAutomaton | |
|---|---|
protected CompiledAutomaton |
AutomatonQuery.compiled
|
| Methods in org.apache.lucene.search that return types with arguments of type CompiledAutomaton | |
|---|---|
List<CompiledAutomaton> |
FuzzyTermsEnum.LevenshteinAutomataAttribute.automata()
|
List<CompiledAutomaton> |
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl.automata()
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||