Package | Description |
---|---|
org.apache.lucene.codecs.uniformsplit |
Pluggable term index / block terms dictionary implementations.
|
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 |
---|---|
protected ByteRunAutomaton |
IntersectBlockReader.runAutomaton |
protected ByteRunAutomaton |
IntersectBlockReader.AutomatonNextTermCalculator.runAutomaton |
Modifier and Type | Method and Description |
---|---|
void |
QueryVisitor.consumeTermsMatching(Query query,
String field,
ByteRunAutomaton automaton)
Called by leaf queries that match on a class of terms
|
Modifier and Type | Method and Description |
---|---|
static LabelledCharArrayMatcher |
LabelledCharArrayMatcher.wrap(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.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.