Uses of Class
org.apache.lucene.util.automaton.Transition
Packages that use Transition
Package
Description
BlockTree terms dictionary.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
BlockTree terms dictionary.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Pluggable term index / block terms dictionary implementations.
Code to maintain and access indices.
Finite-state automaton for regular expressions.
Utility classes for working with token streams as graphs.
-
Uses of Transition in org.apache.lucene.backward_codecs.lucene40.blocktree
Fields in org.apache.lucene.backward_codecs.lucene40.blocktree declared as TransitionModifier and TypeFieldDescriptionprivate Transition
IntersectTermsEnum.currentTransition
(package private) final Transition
IntersectTermsEnumFrame.transition
-
Uses of Transition in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as TransitionModifier and TypeFieldDescription(package private) Transition
OrdsIntersectTermsEnumFrame.transition
-
Uses of Transition in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as TransitionModifier and TypeFieldDescriptionprivate Transition
IntersectTermsEnum.currentTransition
(package private) final Transition
IntersectTermsEnumFrame.transition
-
Uses of Transition in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as TransitionModifier and TypeFieldDescription(package private) final Transition
DirectPostingsFormat.DirectField.DirectIntersectTermsEnum.State.transition
-
Uses of Transition in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as TransitionModifier and TypeFieldDescriptionprotected final Transition
IntersectBlockReader.AutomatonNextTermCalculator.transition
-
Uses of Transition in org.apache.lucene.index
Fields in org.apache.lucene.index declared as Transition -
Uses of Transition in org.apache.lucene.util.automaton
Fields in org.apache.lucene.util.automaton declared as TransitionModifier and TypeFieldDescriptionprivate Transition
NFARunAutomaton.DState.minimalTransition
private final Transition
NFARunAutomaton.DState.stepTransition
private final Transition
FiniteStringsIterator.PathNode.t
private Transition
CompiledAutomaton.transition
Methods in org.apache.lucene.util.automaton that return TransitionModifier and TypeMethodDescriptionTransition[][]
Automaton.getSortedTransitions()
Sugar to get all transitions for all states.Methods in org.apache.lucene.util.automaton with parameters of type TransitionModifier and TypeMethodDescriptionvoid
Operations.PointTransitionSet.add
(Transition t) void
Operations.TransitionList.add
(Transition t) void
Automaton.getNextTransition
(Transition t) void
NFARunAutomaton.getNextTransition
(Transition t) void
TransitionAccessor.getNextTransition
(Transition t) Iterate to the next transition after the provided onevoid
Automaton.getTransition
(int state, int index, Transition t) void
NFARunAutomaton.getTransition
(int state, int index, Transition t) void
TransitionAccessor.getTransition
(int state, int index, Transition t) Fill the providedTransition
with the index'th transition leaving the specified state.int
Automaton.initTransition
(int state, Transition t) int
NFARunAutomaton.initTransition
(int state, Transition t) int
TransitionAccessor.initTransition
(int state, Transition t) Initialize the provided Transition to iterate through all transitions leaving the specified state.private int
Automaton.next
(int state, int fromTransitionIndex, int label, Transition transition) Looks for the next transition that matches the provided label, assuming determinism.int
Automaton.next
(Transition transition, int label) Looks for the next transition that matches the provided label, assuming determinism.private void
NFARunAutomaton.setTransitionAccordingly
(Transition t) private boolean
Automaton.transitionSorted
(Transition t) -
Uses of Transition in org.apache.lucene.util.graph
Fields in org.apache.lucene.util.graph declared as TransitionModifier and TypeFieldDescriptionprivate final Transition
GraphTokenStreamFiniteStrings.transition