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 TransitionIntersectTermsEnum.currentTransition(package private) final TransitionIntersectTermsEnumFrame.transition -
Uses of Transition in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as TransitionModifier and TypeFieldDescription(package private) TransitionOrdsIntersectTermsEnumFrame.transition -
Uses of Transition in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as TransitionModifier and TypeFieldDescriptionprivate TransitionIntersectTermsEnum.currentTransition(package private) final TransitionIntersectTermsEnumFrame.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 TransitionDirectPostingsFormat.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 TransitionIntersectBlockReader.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 final TransitionFiniteStringsIterator.PathNode.tprivate TransitionCompiledAutomaton.transitionMethods 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 TypeMethodDescriptionvoidOperations.PointTransitionSet.add(Transition t) voidOperations.TransitionList.add(Transition t) voidAutomaton.getNextTransition(Transition t) Iterate to the next transition after the provided onevoidAutomaton.getTransition(int state, int index, Transition t) Fill the providedTransitionwith the index'th transition leaving the specified state.intAutomaton.initTransition(int state, Transition t) Initialize the provided Transition to iterate through all transitions leaving the specified state.private static booleanOperations.isFinite(Transition scratch, Automaton a, int state, BitSet path, BitSet visited, int level) Checks whether there is a loop containing state.private intAutomaton.next(int state, int fromTransitionIndex, int label, Transition transition) Looks for the next transition that matches the provided label, assuming determinism.intAutomaton.next(Transition transition, int label) Looks for the next transition that matches the provided label, assuming determinism.private booleanAutomaton.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 TransitionGraphTokenStreamFiniteStrings.transition