Uses of Class
org.apache.lucene.store.ByteArrayDataInput
Packages that use ByteArrayDataInput
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.Analysis components for Synonyms.
BlockTree terms dictionary.
Lucene 5.0 file format.
Lucene 5.0 compressing format.
Components from the Lucene 8.0 index format.
Lucene 8.4 file format.
Lucene 9.0 file format.
Lucene 9.12 file format.
Lucene 9.9 file format.
Pluggable term index / block terms dictionary implementations.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
Lucene 10.1 file format.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.0 compressing format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Pluggable term index / block terms dictionary implementations.
The logical representation of a
Document
for indexing and
searching.A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
Support for Autocomplete/Autosuggest
Analyzer based autosuggest.
Finite-state based autosuggest.
-
Uses of ByteArrayDataInput in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as ByteArrayDataInputModifier and TypeFieldDescriptionprivate final ByteArrayDataInput
WordStorage.MyFlyweightEntry.in
Methods in org.apache.lucene.analysis.hunspell with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionprivate boolean
WordStorage.isSameString
(char[] word, int offset, int length, int dataPos, ByteArrayDataInput in) private void
WordStorage.readForms
(IntsRef forms, ByteArrayDataInput in, int length) Constructors in org.apache.lucene.analysis.hunspell with parameters of type ByteArrayDataInputModifierConstructorDescription(package private)
MyFlyweightEntry
(CharsRef chars, ByteArrayDataInput in) -
Uses of ByteArrayDataInput in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as ByteArrayDataInputModifier and TypeFieldDescriptionprivate final ByteArrayDataInput
SynonymFilter.bytesReader
Deprecated.private final ByteArrayDataInput
SynonymGraphFilter.bytesReader
-
Uses of ByteArrayDataInput in org.apache.lucene.backward_codecs.lucene40.blocktree
Fields in org.apache.lucene.backward_codecs.lucene40.blocktree declared as ByteArrayDataInputModifier and TypeFieldDescription(package private) final ByteArrayDataInput
IntersectTermsEnumFrame.bytesReader
(package private) final ByteArrayDataInput
SegmentTermsEnumFrame.bytesReader
(package private) final ByteArrayDataInput
IntersectTermsEnumFrame.floorDataReader
(package private) final ByteArrayDataInput
SegmentTermsEnumFrame.floorDataReader
private final ByteArrayDataInput
SegmentTermsEnum.scratchReader
(package private) final ByteArrayDataInput
IntersectTermsEnumFrame.statsReader
(package private) final ByteArrayDataInput
SegmentTermsEnumFrame.statsReader
(package private) final ByteArrayDataInput
IntersectTermsEnumFrame.suffixesReader
(package private) final ByteArrayDataInput
SegmentTermsEnumFrame.suffixesReader
(package private) final ByteArrayDataInput
IntersectTermsEnumFrame.suffixLengthsReader
(package private) final ByteArrayDataInput
SegmentTermsEnumFrame.suffixLengthsReader
Methods in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionvoid
SegmentTermsEnumFrame.setFloorData
(ByteArrayDataInput in, BytesRef source) -
Uses of ByteArrayDataInput in org.apache.lucene.backward_codecs.lucene50
Fields in org.apache.lucene.backward_codecs.lucene50 declared as ByteArrayDataInputMethods in org.apache.lucene.backward_codecs.lucene50 with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) static Lucene50ScoreSkipReader.MutableImpactList
Lucene50ScoreSkipReader.readImpacts
(ByteArrayDataInput in, Lucene50ScoreSkipReader.MutableImpactList reuse) -
Uses of ByteArrayDataInput in org.apache.lucene.backward_codecs.lucene50.compressing
Fields in org.apache.lucene.backward_codecs.lucene50.compressing declared as ByteArrayDataInputModifier and TypeFieldDescriptionprivate ByteArrayDataInput
Lucene50CompressingTermVectorsReader.TVTermsEnum.in
Methods in org.apache.lucene.backward_codecs.lucene50.compressing with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) void
Lucene50CompressingTermVectorsReader.TVTermsEnum.reset
(int numTerms, int flags, int[] prefixLengths, int[] suffixLengths, int[] termFreqs, int[] positionIndex, int[] positions, int[] startOffsets, int[] lengths, int[] payloadIndex, BytesRef payloads, ByteArrayDataInput in) -
Uses of ByteArrayDataInput in org.apache.lucene.backward_codecs.lucene80
Fields in org.apache.lucene.backward_codecs.lucene80 declared as ByteArrayDataInputModifier and TypeFieldDescription(package private) ByteArrayDataInput
Lucene80DocValuesProducer.TermsDict.blockInput
-
Uses of ByteArrayDataInput in org.apache.lucene.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as ByteArrayDataInputMethods in org.apache.lucene.backward_codecs.lucene84 with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) static Lucene84ScoreSkipReader.MutableImpactList
Lucene84ScoreSkipReader.readImpacts
(ByteArrayDataInput in, Lucene84ScoreSkipReader.MutableImpactList reuse) -
Uses of ByteArrayDataInput in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as ByteArrayDataInputMethods in org.apache.lucene.backward_codecs.lucene90 with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) static Lucene90ScoreSkipReader.MutableImpactList
Lucene90ScoreSkipReader.readImpacts
(ByteArrayDataInput in, Lucene90ScoreSkipReader.MutableImpactList reuse) -
Uses of ByteArrayDataInput in org.apache.lucene.backward_codecs.lucene912
Methods in org.apache.lucene.backward_codecs.lucene912 with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) static Lucene912PostingsReader.MutableImpactList
Lucene912PostingsReader.readImpacts
(ByteArrayDataInput in, Lucene912PostingsReader.MutableImpactList reuse) -
Uses of ByteArrayDataInput in org.apache.lucene.backward_codecs.lucene99
Fields in org.apache.lucene.backward_codecs.lucene99 declared as ByteArrayDataInputMethods in org.apache.lucene.backward_codecs.lucene99 with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) static Lucene99ScoreSkipReader.MutableImpactList
Lucene99ScoreSkipReader.readImpacts
(ByteArrayDataInput in, Lucene99ScoreSkipReader.MutableImpactList reuse) -
Uses of ByteArrayDataInput in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as ByteArrayDataInputModifier and TypeFieldDescriptionprivate ByteArrayDataInput
BlockTermsReader.FieldReader.SegmentTermsEnum.bytesReader
private final ByteArrayDataInput
BlockTermsReader.FieldReader.SegmentTermsEnum.freqReader
private ByteArrayDataInput
BlockTermsReader.FieldReader.SegmentTermsEnum.termSuffixesReader
-
Uses of ByteArrayDataInput in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as ByteArrayDataInputModifier and TypeFieldDescription(package private) ByteArrayDataInput
OrdsIntersectTermsEnumFrame.bytesReader
(package private) ByteArrayDataInput
OrdsSegmentTermsEnumFrame.bytesReader
(package private) final ByteArrayDataInput
OrdsIntersectTermsEnumFrame.floorDataReader
(package private) final ByteArrayDataInput
OrdsSegmentTermsEnumFrame.floorDataReader
private final ByteArrayDataInput
OrdsSegmentTermsEnum.scratchReader
(package private) final ByteArrayDataInput
OrdsIntersectTermsEnumFrame.statsReader
(package private) final ByteArrayDataInput
OrdsSegmentTermsEnumFrame.statsReader
(package private) final ByteArrayDataInput
OrdsIntersectTermsEnumFrame.suffixesReader
(package private) final ByteArrayDataInput
OrdsSegmentTermsEnumFrame.suffixesReader
Methods in org.apache.lucene.codecs.blocktreeords with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionvoid
OrdsSegmentTermsEnumFrame.setFloorData
(ByteArrayDataInput in, BytesRef source) -
Uses of ByteArrayDataInput in org.apache.lucene.codecs.lucene101
Methods in org.apache.lucene.codecs.lucene101 with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) static Lucene101PostingsReader.MutableImpactList
Lucene101PostingsReader.readImpacts
(ByteArrayDataInput in, Lucene101PostingsReader.MutableImpactList reuse) -
Uses of ByteArrayDataInput in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as ByteArrayDataInputModifier and TypeFieldDescription(package private) ByteArrayDataInput
Lucene90DocValuesProducer.TermsDict.blockInput
-
Uses of ByteArrayDataInput in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as ByteArrayDataInputModifier and TypeFieldDescription(package private) final ByteArrayDataInput
IntersectTermsEnumFrame.bytesReader
(package private) final ByteArrayDataInput
SegmentTermsEnumFrame.bytesReader
(package private) final ByteArrayDataInput
IntersectTermsEnumFrame.floorDataReader
(package private) final ByteArrayDataInput
SegmentTermsEnumFrame.floorDataReader
(package private) final ByteArrayDataInput
IntersectTermsEnumFrame.statsReader
(package private) final ByteArrayDataInput
SegmentTermsEnumFrame.statsReader
(package private) final ByteArrayDataInput
IntersectTermsEnumFrame.suffixesReader
(package private) final ByteArrayDataInput
SegmentTermsEnumFrame.suffixesReader
(package private) final ByteArrayDataInput
IntersectTermsEnumFrame.suffixLengthsReader
(package private) final ByteArrayDataInput
SegmentTermsEnumFrame.suffixLengthsReader
Methods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) void
SegmentTermsEnum.OutputAccumulator.setFloorData
(ByteArrayDataInput floorData) Set the last arc as the source of the floorData. -
Uses of ByteArrayDataInput in org.apache.lucene.codecs.lucene90.compressing
Fields in org.apache.lucene.codecs.lucene90.compressing declared as ByteArrayDataInputModifier and TypeFieldDescriptionprivate ByteArrayDataInput
Lucene90CompressingTermVectorsReader.TVTermsEnum.in
Methods in org.apache.lucene.codecs.lucene90.compressing with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) void
Lucene90CompressingTermVectorsReader.TVTermsEnum.reset
(int numTerms, int flags, int[] prefixLengths, int[] suffixLengths, int[] termFreqs, int[] positionIndex, int[] positions, int[] startOffsets, int[] lengths, int[] payloadIndex, BytesRef payloads, ByteArrayDataInput in) -
Uses of ByteArrayDataInput in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as ByteArrayDataInputModifier and TypeFieldDescription(package private) ByteArrayDataInput
FSTTermsReader.TermsReader.BaseTermsEnum.bytesReader
-
Uses of ByteArrayDataInput in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as ByteArrayDataInputModifier and TypeFieldDescriptionprotected ByteArrayDataInput
BlockReader.blockReadBuffer
In-memory read buffer for the current block.protected ByteArrayDataInput
BlockReader.termStatesReadBuffer
In-memory read buffer for the details region of the current block. -
Uses of ByteArrayDataInput in org.apache.lucene.document
Fields in org.apache.lucene.document declared as ByteArrayDataInputModifier and TypeFieldDescriptionprivate final ByteArrayDataInput
ShapeDocValues.Reader.data
data input array to read the docvalue data -
Uses of ByteArrayDataInput in org.apache.lucene.sandbox.codecs.idversion
Fields in org.apache.lucene.sandbox.codecs.idversion declared as ByteArrayDataInputModifier and TypeFieldDescription(package private) ByteArrayDataInput
IDVersionSegmentTermsEnumFrame.bytesReader
(package private) final ByteArrayDataInput
IDVersionSegmentTermsEnumFrame.floorDataReader
private final ByteArrayDataInput
IDVersionSegmentTermsEnum.scratchReader
(package private) final ByteArrayDataInput
IDVersionSegmentTermsEnumFrame.suffixesReader
Methods in org.apache.lucene.sandbox.codecs.idversion with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionvoid
IDVersionSegmentTermsEnumFrame.setFloorData
(ByteArrayDataInput in, BytesRef source) -
Uses of ByteArrayDataInput in org.apache.lucene.search.suggest
Methods in org.apache.lucene.search.suggest with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionprotected long
SortedInputIterator.decode
(BytesRef scratch, ByteArrayDataInput tmpInput) decodes the weight at the current positionSortedInputIterator.decodeContexts
(BytesRef scratch, ByteArrayDataInput tmpInput) decodes the contexts at the current positionprotected BytesRef
SortedInputIterator.decodePayload
(BytesRef scratch, ByteArrayDataInput tmpInput) decodes the payload at the current position -
Uses of ByteArrayDataInput in org.apache.lucene.search.suggest.analyzing
Fields in org.apache.lucene.search.suggest.analyzing declared as ByteArrayDataInputModifier and TypeFieldDescriptionprivate final ByteArrayDataInput
AnalyzingSuggester.AnalyzingComparator.readerA
private final ByteArrayDataInput
AnalyzingSuggester.AnalyzingComparator.readerB
-
Uses of ByteArrayDataInput in org.apache.lucene.search.suggest.fst
Methods in org.apache.lucene.search.suggest.fst with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionprotected long
WFSTCompletionLookup.WFSTInputIterator.decode
(BytesRef scratch, ByteArrayDataInput tmpInput)