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 |
FilterSortedDocValues.intersect(CompiledAutomaton automaton) |
TermsEnum |
SortedSetDocValues.intersect(CompiledAutomaton automaton)
Returns a
TermsEnum over the values, filtered by a CompiledAutomaton
The enum supports TermsEnum.ord() . |
TermsEnum |
FilterSortedSetDocValues.intersect(CompiledAutomaton automaton) |
TermsEnum |
SortedDocValues.intersect(CompiledAutomaton automaton)
Returns a
TermsEnum over the values, filtered by a CompiledAutomaton
The enum supports TermsEnum.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 |
FuzzyQuery.getAutomata()
Returns the compiled automata used to match terms
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.