Package | Description |
---|---|
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
|
org.apache.lucene.codecs.uniformsplit |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.uhighlight |
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
|
org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
Modifier and Type | Field and Description |
---|---|
(package private) ByteRunAutomaton |
FSTOrdTermsReader.TermsReader.IntersectTermsEnum.fsa |
(package private) ByteRunAutomaton |
FSTTermsReader.TermsReader.IntersectTermsEnum.fsa |
Modifier and Type | Field and Description |
---|---|
protected ByteRunAutomaton |
IntersectBlockReader.runAutomaton |
protected ByteRunAutomaton |
IntersectBlockReader.AutomatonNextTermCalculator.runAutomaton |
Modifier and Type | Field and Description |
---|---|
private ByteRunAutomaton |
AutomatonTermsEnum.runAutomaton |
Modifier and Type | Method and Description |
---|---|
void |
QueryVisitor.consumeTermsMatching(Query query,
java.lang.String field,
ByteRunAutomaton automaton)
Called by leaf queries that match on a class of terms
|
Modifier and Type | Method and Description |
---|---|
void |
MultiTermHighlighting.AutomataCollector.consumeTermsMatching(Query query,
java.lang.String field,
ByteRunAutomaton automaton) |
static LabelledCharArrayMatcher |
LabelledCharArrayMatcher.wrap(java.lang.String label,
ByteRunAutomaton runAutomaton)
Returns a representation of the automaton that matches char[] instead of byte[]
|
Modifier and Type | Field and Description |
---|---|
ByteRunAutomaton |
CompiledAutomaton.runAutomaton
Matcher for quickly determining if a byte[] is accepted.
|