| Package | Description |
|---|---|
| org.apache.lucene.analysis |
Support for testing analysis components.
|
| org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
| org.apache.lucene.index |
Misc index tools and index support.
|
| org.apache.lucene.search |
This package contains a single proximity query, TermAutomatonQuery.
|
| org.apache.lucene.search.suggest.analyzing |
Analyzer based autosuggest.
|
| org.apache.lucene.util.automaton |
Support for testing automata.
|
| Class and Description |
|---|
| Automaton
Represents an automaton and all its states and transitions.
|
| CharacterRunAutomaton
Automaton representation for matching char[].
|
| Class and Description |
|---|
| CompiledAutomaton
Immutable class holding compiled details for a given
Automaton.
|
| 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.
|
| AutomatonProvider
Automaton provider for
RegExp.
RegExp.toAutomaton(AutomatonProvider,int) |
| CompiledAutomaton
Immutable class holding compiled details for a given
Automaton.
|
| Class and Description |
|---|
| Automaton
Represents an automaton and all its states and transitions.
|
| Class and Description |
|---|
| Automaton
Represents an automaton and all its states and transitions.
|
| 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.
|
| RegExp
Regular Expression extension to
Automaton. |
| RunAutomaton
Finite-state automaton with fast run operation.
|
| TooComplexToDeterminizeException
This exception is thrown when determinizing an automaton would result in one
has too many states.
|
| Transition
Holds one transition from an
Automaton. |
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.