Uses of Class
org.apache.lucene.store.ByteArrayDataInput
-
Packages that use ByteArrayDataInput Package Description org.apache.lucene.analysis.hunspell Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.org.apache.lucene.analysis.synonym Analysis components for Synonyms.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.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.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80
for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index 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.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
Fields in org.apache.lucene.analysis.hunspell declared as ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
Stemmer. affixReader
-
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.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.blocktree
Fields in org.apache.lucene.codecs.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.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.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.compressing
Fields in org.apache.lucene.codecs.compressing declared as ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
CompressingTermVectorsReader.TVTermsEnum. in
Methods in org.apache.lucene.codecs.compressing with parameters of type ByteArrayDataInput Modifier and Type Method Description (package private) void
CompressingTermVectorsReader.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.idversion
Fields in org.apache.lucene.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.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.codecs.lucene50
Fields in org.apache.lucene.codecs.lucene50 declared as ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
Lucene50ScoreSkipReader. badi
Methods in org.apache.lucene.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.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInput
Lucene84ScoreSkipReader. badi
Methods in org.apache.lucene.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.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.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)
-