Uses of Interface
org.apache.lucene.util.automaton.ByteRunnable
Packages that use ByteRunnable
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 ByteRunnable in org.apache.lucene.backward_codecs.lucene40.blocktree
Fields in org.apache.lucene.backward_codecs.lucene40.blocktree declared as ByteRunnableModifier and TypeFieldDescription(package private) final ByteRunnable
IntersectTermsEnum.runAutomaton
Constructors in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type ByteRunnableModifierConstructorDescriptionIntersectTermsEnum
(FieldReader fr, TransitionAccessor automaton, ByteRunnable runAutomaton, BytesRef commonSuffix, BytesRef startTerm) -
Uses of ByteRunnable in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as ByteRunnableModifier and TypeFieldDescription(package private) final ByteRunnable
OrdsIntersectTermsEnum.byteRunnable
-
Uses of ByteRunnable in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as ByteRunnableModifier and TypeFieldDescription(package private) final ByteRunnable
IntersectTermsEnum.runAutomaton
Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type ByteRunnableModifierConstructorDescriptionIntersectTermsEnum
(FieldReader fr, TransitionAccessor automaton, ByteRunnable runAutomaton, BytesRef commonSuffix, BytesRef startTerm) -
Uses of ByteRunnable in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as ByteRunnableModifier and TypeFieldDescriptionprivate final ByteRunnable
DirectPostingsFormat.DirectField.DirectIntersectTermsEnum.byteRunnable
(package private) final ByteRunnable
FSTTermsReader.TermsReader.IntersectTermsEnum.fsa
-
Uses of ByteRunnable in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as ByteRunnable -
Uses of ByteRunnable in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteRunnable -
Uses of ByteRunnable in org.apache.lucene.util.automaton
Classes in org.apache.lucene.util.automaton that implement ByteRunnableModifier and TypeClassDescriptionclass
Automaton representation for matching UTF-8 byte[].class
A RunAutomaton that does not require DFA.Methods in org.apache.lucene.util.automaton that return ByteRunnableModifier and TypeMethodDescriptionCompiledAutomaton.getByteRunnable()
Get aByteRunnable
instance, it will be different depending on whether a NFA or DFA is passed in, and does not guarantee returning non-null object