| Package | Description |
|---|---|
| org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
| org.apache.lucene.codecs.blocktreeords |
Same postings format as Lucene50, except the terms dictionary also
supports ords, i.e.
|
| org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
|
| 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 | Field and Description |
|---|---|
(package private) RunAutomaton |
OrdsIntersectTermsEnum.runAutomaton |
| Modifier and Type | Field and Description |
|---|---|
private RunAutomaton |
DirectPostingsFormat.DirectField.DirectIntersectTermsEnum.runAutomaton |
| 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[].
|