Uses of Interface
org.apache.lucene.util.automaton.TransitionAccessor
Packages that use TransitionAccessor
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.
-
Uses of TransitionAccessor in org.apache.lucene.backward_codecs.lucene40.blocktree
Fields in org.apache.lucene.backward_codecs.lucene40.blocktree declared as TransitionAccessorModifier and TypeFieldDescription(package private) final TransitionAccessor
IntersectTermsEnum.automaton
Constructors in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type TransitionAccessorModifierConstructorDescriptionIntersectTermsEnum
(FieldReader fr, TransitionAccessor automaton, ByteRunnable runAutomaton, BytesRef commonSuffix, BytesRef startTerm) -
Uses of TransitionAccessor in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as TransitionAccessorModifier and TypeFieldDescriptionprotected final TransitionAccessor
OrdsIntersectTermsEnum.transitionAccessor
-
Uses of TransitionAccessor in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as TransitionAccessorModifier and TypeFieldDescription(package private) final TransitionAccessor
IntersectTermsEnum.automaton
Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type TransitionAccessorModifierConstructorDescriptionIntersectTermsEnum
(FieldReader fr, TransitionAccessor automaton, ByteRunnable runAutomaton, BytesRef commonSuffix, BytesRef startTerm) -
Uses of TransitionAccessor in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as TransitionAccessorModifier and TypeFieldDescriptionprotected final TransitionAccessor
DirectPostingsFormat.DirectField.DirectIntersectTermsEnum.transitionAccessor
-
Uses of TransitionAccessor in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as TransitionAccessorModifier and TypeFieldDescriptionprotected final TransitionAccessor
IntersectBlockReader.transitionAccessor
-
Uses of TransitionAccessor in org.apache.lucene.index
Fields in org.apache.lucene.index declared as TransitionAccessorModifier and TypeFieldDescriptionprivate final TransitionAccessor
AutomatonTermsEnum.transitionAccessor
-
Uses of TransitionAccessor in org.apache.lucene.util.automaton
Classes in org.apache.lucene.util.automaton that implement TransitionAccessorModifier and TypeClassDescriptionclass
Represents an automaton and all its states and transitions.class
A RunAutomaton that does not require DFA.Methods in org.apache.lucene.util.automaton that return TransitionAccessorModifier and TypeMethodDescriptionCompiledAutomaton.getTransitionAccessor()
Get aTransitionAccessor
instance, it will be different depending on whether a NFA or DFA is passed in, and does not guarantee returning non-null object