Package | Description |
---|---|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
Modifier and Type | Field and Description |
---|---|
(package private) RunAutomaton |
IntersectTermsEnum.runAutomaton |
Constructor and Description |
---|
IntersectTermsEnum(FieldReader fr,
Automaton automaton,
RunAutomaton runAutomaton,
BytesRef commonSuffix,
BytesRef startTerm) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TermAutomatonScorer.TermRunAutomaton |
Modifier and Type | Field and Description |
---|---|
private RunAutomaton |
TermAutomatonScorer.runAutomaton |
Modifier and Type | Class and Description |
---|---|
class |
ByteRunAutomaton
Automaton representation for matching UTF-8 byte[].
|
class |
CharacterRunAutomaton
Automaton representation for matching char[].
|