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.
|
org.apache.lucene.search.intervals |
Intervals queries
|
org.apache.lucene.search.uhighlight |
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
|
Modifier and Type | Method and Description |
---|---|
TermsEnum |
FieldReader.intersect(CompiledAutomaton compiled,
BytesRef startTerm) |
Modifier and Type | Method and Description |
---|---|
TermsEnum |
SortedDocValues.intersect(CompiledAutomaton automaton)
Returns a
TermsEnum over the values, filtered by a CompiledAutomaton
The enum supports TermsEnum.ord() . |
TermsEnum |
SortedSetDocValues.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 |
SortingLeafReader.SortingTerms.intersect(CompiledAutomaton compiled,
BytesRef startTerm) |
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 |
---|---|
private CompiledAutomaton[] |
FuzzyTermsEnum.automata |
private CompiledAutomaton[] |
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl.automata |
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) |
Modifier and Type | Field and Description |
---|---|
private CompiledAutomaton |
MultiTermIntervalsSource.automaton |
Constructor and Description |
---|
MultiTermIntervalsSource(CompiledAutomaton automaton,
int maxExpansions,
java.lang.String pattern) |
Modifier and Type | Method and Description |
---|---|
TermsEnum |
TermVectorFilteredLeafReader.TermsFilteredTerms.intersect(CompiledAutomaton compiled,
BytesRef startTerm) |