| 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 |
MultiTerms.intersect(CompiledAutomaton compiled,
BytesRef startTerm) |
TermsEnum |
ExitableDirectoryReader.ExitableTerms.intersect(CompiledAutomaton compiled,
BytesRef startTerm) |
TermsEnum |
Terms.intersect(CompiledAutomaton compiled,
BytesRef startTerm)
Returns a TermsEnum that iterates over all terms and
documents that are accepted by the provided
CompiledAutomaton. |
| 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 |
|---|---|
List<CompiledAutomaton> |
FuzzyTermsEnum.LevenshteinAutomataAttribute.automata() |
List<CompiledAutomaton> |
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl.automata() |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.