Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TermsEnum |
BlockTreeTermsReader.FieldReader.intersect(CompiledAutomaton compiled,
BytesRef startTerm) |
Modifier and Type | Method and Description |
---|---|
TermsEnum |
Terms.intersect(CompiledAutomaton compiled,
BytesRef startTerm)
Returns a TermsEnum that iterates over all terms that
are accepted by the provided
CompiledAutomaton . |
TermsEnum |
FilterAtomicReader.FilterTerms.intersect(CompiledAutomaton automaton,
BytesRef bytes) |
TermsEnum |
MultiTerms.intersect(CompiledAutomaton compiled,
BytesRef startTerm) |
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-2013 Apache Software Foundation. All Rights Reserved.