Package | Description |
---|---|
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
Modifier and Type | Field and Description |
---|---|
(package private) ByteRunAutomaton |
FSTTermsReader.TermsReader.IntersectTermsEnum.fsa |
(package private) ByteRunAutomaton |
FSTOrdTermsReader.TermsReader.IntersectTermsEnum.fsa |
Modifier and Type | Field and Description |
---|---|
private ByteRunAutomaton |
AutomatonTermsEnum.runAutomaton |
Modifier and Type | Field and Description |
---|---|
ByteRunAutomaton |
CompiledAutomaton.runAutomaton
Matcher for quickly determining if a byte[] is accepted.
|