| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
| Constructor and Description |
|---|
RegexpQuery(Term term,
int syntax_flags,
AutomatonProvider provider,
int maxDeterminizedStates)
Constructs a query for terms matching
term. |
RegexpQuery(Term term,
int syntax_flags,
int match_flags,
AutomatonProvider provider,
int maxDeterminizedStates)
Constructs a query for terms matching
term. |
| Modifier and Type | Method and Description |
|---|---|
Automaton |
RegExp.toAutomaton(AutomatonProvider automaton_provider,
int maxDeterminizedStates)
Constructs new
Automaton from this RegExp. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.