Uses of Class
org.apache.lucene.store.ByteArrayDataInput
-
Packages that use ByteArrayDataInput Package Description org.apache.lucene.analysis.hunspell A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell
), and a stemming TokenFilter (HunspellStemFilter
) based on it.org.apache.lucene.analysis.synonym Analysis components for Synonyms.org.apache.lucene.backward_codecs.lucene40.blocktree BlockTree terms dictionary.org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene50.compressing Lucene 5.0 compressing format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.sandbox.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.org.apache.lucene.search.suggest Support for Autocomplete/Autosuggestorg.apache.lucene.search.suggest.analyzing Analyzer based autosuggest.org.apache.lucene.search.suggest.fst Finite-state based autosuggest. -
-
Uses of ByteArrayDataInput in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell with parameters of type ByteArrayDataInput Modifier and Type Method Description private boolean
WordStorage. isSameString(char[] word, int offset, int length, int dataPos, ByteArrayDataInput in)
private void
WordStorage. readForms(IntsRef forms, ByteArrayDataInput in, int length)
-
Uses of ByteArrayDataInput in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
SynonymFilter. bytesReader
Deprecated.private 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 ByteArrayDataInput Modifier and Type Field Description (package private) ByteArrayDataInput
IntersectTermsEnumFrame. bytesReader
(package private) ByteArrayDataInput
SegmentTermsEnumFrame. bytesReader
(package private) ByteArrayDataInput
IntersectTermsEnumFrame. floorDataReader
(package private) ByteArrayDataInput
SegmentTermsEnumFrame. floorDataReader
private ByteArrayDataInput
SegmentTermsEnum. scratchReader
(package private) ByteArrayDataInput
IntersectTermsEnumFrame. statsReader
(package private) ByteArrayDataInput
SegmentTermsEnumFrame. statsReader
(package private) ByteArrayDataInput
IntersectTermsEnumFrame. suffixesReader
(package private) ByteArrayDataInput
SegmentTermsEnumFrame. suffixesReader
(package private) ByteArrayDataInput
IntersectTermsEnumFrame. suffixLengthsReader
(package private) ByteArrayDataInput
SegmentTermsEnumFrame. suffixLengthsReader
Methods in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type ByteArrayDataInput Modifier and Type Method Description void
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 ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
Lucene50ScoreSkipReader. badi
Methods in org.apache.lucene.backward_codecs.lucene50 with parameters of type ByteArrayDataInput Modifier and Type Method Description (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 ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
Lucene50CompressingTermVectorsReader.TVTermsEnum. in
Methods in org.apache.lucene.backward_codecs.lucene50.compressing with parameters of type ByteArrayDataInput Modifier and Type Method Description (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 ByteArrayDataInput Modifier and Type Field Description (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 ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
Lucene84ScoreSkipReader. badi
Methods in org.apache.lucene.backward_codecs.lucene84 with parameters of type ByteArrayDataInput Modifier and Type Method Description (package private) static Lucene84ScoreSkipReader.MutableImpactList
Lucene84ScoreSkipReader. readImpacts(ByteArrayDataInput in, Lucene84ScoreSkipReader.MutableImpactList reuse)
-
Uses of ByteArrayDataInput in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
BlockTermsReader.FieldReader.SegmentTermsEnum. bytesReader
private 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 ByteArrayDataInput Modifier and Type Field Description (package private) ByteArrayDataInput
OrdsIntersectTermsEnumFrame. bytesReader
(package private) ByteArrayDataInput
OrdsSegmentTermsEnumFrame. bytesReader
(package private) ByteArrayDataInput
OrdsIntersectTermsEnumFrame. floorDataReader
(package private) ByteArrayDataInput
OrdsSegmentTermsEnumFrame. floorDataReader
private ByteArrayDataInput
OrdsSegmentTermsEnum. scratchReader
(package private) ByteArrayDataInput
OrdsIntersectTermsEnumFrame. statsReader
(package private) ByteArrayDataInput
OrdsSegmentTermsEnumFrame. statsReader
(package private) ByteArrayDataInput
OrdsIntersectTermsEnumFrame. suffixesReader
(package private) ByteArrayDataInput
OrdsSegmentTermsEnumFrame. suffixesReader
Methods in org.apache.lucene.codecs.blocktreeords with parameters of type ByteArrayDataInput Modifier and Type Method Description void
OrdsSegmentTermsEnumFrame. setFloorData(ByteArrayDataInput in, BytesRef source)
-
Uses of ByteArrayDataInput in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
Lucene90ScoreSkipReader. badi
(package private) ByteArrayDataInput
Lucene90DocValuesProducer.TermsDict. blockInput
Methods in org.apache.lucene.codecs.lucene90 with parameters of type ByteArrayDataInput Modifier and Type Method Description (package private) static Lucene90ScoreSkipReader.MutableImpactList
Lucene90ScoreSkipReader. readImpacts(ByteArrayDataInput in, Lucene90ScoreSkipReader.MutableImpactList reuse)
-
Uses of ByteArrayDataInput in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as ByteArrayDataInput Modifier and Type Field Description (package private) ByteArrayDataInput
IntersectTermsEnumFrame. bytesReader
(package private) ByteArrayDataInput
SegmentTermsEnumFrame. bytesReader
(package private) ByteArrayDataInput
IntersectTermsEnumFrame. floorDataReader
(package private) ByteArrayDataInput
SegmentTermsEnumFrame. floorDataReader
private ByteArrayDataInput
SegmentTermsEnum. scratchReader
(package private) ByteArrayDataInput
IntersectTermsEnumFrame. statsReader
(package private) ByteArrayDataInput
SegmentTermsEnumFrame. statsReader
(package private) ByteArrayDataInput
IntersectTermsEnumFrame. suffixesReader
(package private) ByteArrayDataInput
SegmentTermsEnumFrame. suffixesReader
(package private) ByteArrayDataInput
IntersectTermsEnumFrame. suffixLengthsReader
(package private) ByteArrayDataInput
SegmentTermsEnumFrame. suffixLengthsReader
Methods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type ByteArrayDataInput Modifier and Type Method Description void
SegmentTermsEnumFrame. setFloorData(ByteArrayDataInput in, BytesRef source)
-
Uses of ByteArrayDataInput in org.apache.lucene.codecs.lucene90.compressing
Fields in org.apache.lucene.codecs.lucene90.compressing declared as ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
Lucene90CompressingTermVectorsReader.TVTermsEnum. in
Methods in org.apache.lucene.codecs.lucene90.compressing with parameters of type ByteArrayDataInput Modifier and Type Method Description (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 ByteArrayDataInput Modifier and Type Field Description (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 ByteArrayDataInput Modifier and Type Field Description protected 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.sandbox.codecs.idversion
Fields in org.apache.lucene.sandbox.codecs.idversion declared as ByteArrayDataInput Modifier and Type Field Description (package private) ByteArrayDataInput
IDVersionSegmentTermsEnumFrame. bytesReader
(package private) ByteArrayDataInput
IDVersionSegmentTermsEnumFrame. floorDataReader
private ByteArrayDataInput
IDVersionSegmentTermsEnum. scratchReader
(package private) ByteArrayDataInput
IDVersionSegmentTermsEnumFrame. suffixesReader
Methods in org.apache.lucene.sandbox.codecs.idversion with parameters of type ByteArrayDataInput Modifier and Type Method Description void
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 ByteArrayDataInput Modifier and Type Method Description protected long
SortedInputIterator. decode(BytesRef scratch, ByteArrayDataInput tmpInput)
decodes the weight at the current positionprotected java.util.Set<BytesRef>
SortedInputIterator. 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 ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
AnalyzingSuggester.AnalyzingComparator. readerA
private 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 ByteArrayDataInput Modifier and Type Method Description protected long
WFSTCompletionLookup.WFSTInputIterator. decode(BytesRef scratch, ByteArrayDataInput tmpInput)
-