Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryVisitor.consumeTermsMatching(Query query,
String field,
Supplier<ByteRunAutomaton> automaton)
Called by leaf queries that match on a class of terms
|
Modifier and Type | Field and Description |
---|---|
ByteRunAutomaton |
CompiledAutomaton.runAutomaton
Matcher for quickly determining if a byte[] is accepted.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.