| Package | Description |
|---|---|
| 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 |
|---|---|
private ByteRunAutomaton |
AutomatonTermsEnum.runAutomaton |
| Modifier and Type | Field and Description |
|---|---|
ByteRunAutomaton |
CompiledAutomaton.runAutomaton
Matcher for quickly determining if a byte[] is accepted.
|