Package | Description |
---|---|
org.apache.lucene.analysis |
Text analysis.
|
org.apache.lucene.analysis.hunspell |
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
|
org.apache.lucene.analysis.miscellaneous |
Miscellaneous Tokenstreams.
|
org.apache.lucene.analysis.pattern |
Set of components for pattern-based (regex) analysis.
|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.intervals |
Intervals queries
|
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.
|
org.apache.lucene.util.graph |
Utility classes for working with token streams as graphs.
|
Class and Description |
---|
Automaton
Represents an automaton and all its states and transitions.
|
Automaton.Builder
Records new states and transitions and then
Automaton.Builder.finish() creates the Automaton . |
Class and Description |
---|
CharacterRunAutomaton
Automaton representation for matching char[].
|
Class and Description |
---|
Automaton
Represents an automaton and all its states and transitions.
|
LimitedFiniteStringsIterator
FiniteStringsIterator which limits the number of iterated accepted strings. |
Class and Description |
---|
Automaton
Represents an automaton and all its states and transitions.
|
CharacterRunAutomaton
Automaton representation for matching char[].
|
Class and Description |
---|
Automaton
Represents an automaton and all its states and transitions.
|
CompiledAutomaton
Immutable class holding compiled details for a given
Automaton.
|
RunAutomaton
Finite-state automaton with fast run operation.
|
Transition
Holds one transition from an
Automaton . |
Class and Description |
---|
Automaton
Represents an automaton and all its states and transitions.
|
ByteRunAutomaton
Automaton representation for matching UTF-8 byte[].
|
CompiledAutomaton
Immutable class holding compiled details for a given
Automaton.
|
Transition
Holds one transition from an
Automaton . |
Class and Description |
---|
Automaton
Represents an automaton and all its states and transitions.
|
Automaton.Builder
Records new states and transitions and then
Automaton.Builder.finish() creates the Automaton . |
AutomatonProvider
Automaton provider for
RegExp.
RegExp.toAutomaton(AutomatonProvider,int) |
CompiledAutomaton
Immutable class holding compiled details for a given
Automaton.
|
RunAutomaton
Finite-state automaton with fast run operation.
|
Class and Description |
---|
CompiledAutomaton
Immutable class holding compiled details for a given
Automaton.
|
Class and Description |
---|
Automaton
Represents an automaton and all its states and transitions.
|
CharacterRunAutomaton
Automaton representation for matching char[].
|
CompiledAutomaton
Immutable class holding compiled details for a given
Automaton.
|
Class and Description |
---|
Automaton
Represents an automaton and all its states and transitions.
|
Automaton.Builder
Records new states and transitions and then
Automaton.Builder.finish() creates the Automaton . |
AutomatonProvider
Automaton provider for
RegExp.
RegExp.toAutomaton(AutomatonProvider,int) |
ByteRunAutomaton
Automaton representation for matching UTF-8 byte[].
|
CompiledAutomaton.AUTOMATON_TYPE
Automata are compiled into different internal forms for the
most efficient execution depending upon the language they accept.
|
DaciukMihovAutomatonBuilder.State
DFSA state with
char labels on transitions. |
FiniteStringsIterator
Iterates all accepted strings.
|
FiniteStringsIterator.PathNode
Nodes for path stack.
|
LevenshteinAutomata.ParametricDescription
A ParametricDescription describes the structure of a Levenshtein DFA for some degree n.
|
MinimizationOperations.StateList |
MinimizationOperations.StateListNode |
Operations.PointTransitions |
Operations.TransitionList |
RegExp
Regular Expression extension to
Automaton . |
RegExp.Kind |
RunAutomaton
Finite-state automaton with fast run operation.
|
SortedIntSet.FrozenIntSet |
TooComplexToDeterminizeException
This exception is thrown when determinizing an automaton would result in one
has too many states.
|
Transition
Holds one transition from an
Automaton . |
UTF32ToUTF8.UTF8Byte |
UTF32ToUTF8.UTF8Sequence |
Class and Description |
---|
Automaton
Represents an automaton and all its states and transitions.
|
Transition
Holds one transition from an
Automaton . |