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 booleanWordStorage. isSameString(char[] word, int offset, int length, int dataPos, ByteArrayDataInput in)private voidWordStorage. 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 ByteArrayDataInputSynonymFilter. bytesReaderDeprecated.private ByteArrayDataInputSynonymGraphFilter. 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) ByteArrayDataInputIntersectTermsEnumFrame. bytesReader(package private) ByteArrayDataInputSegmentTermsEnumFrame. bytesReader(package private) ByteArrayDataInputIntersectTermsEnumFrame. floorDataReader(package private) ByteArrayDataInputSegmentTermsEnumFrame. floorDataReaderprivate ByteArrayDataInputSegmentTermsEnum. scratchReader(package private) ByteArrayDataInputIntersectTermsEnumFrame. statsReader(package private) ByteArrayDataInputSegmentTermsEnumFrame. statsReader(package private) ByteArrayDataInputIntersectTermsEnumFrame. suffixesReader(package private) ByteArrayDataInputSegmentTermsEnumFrame. suffixesReader(package private) ByteArrayDataInputIntersectTermsEnumFrame. suffixLengthsReader(package private) ByteArrayDataInputSegmentTermsEnumFrame. suffixLengthsReaderMethods in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type ByteArrayDataInput Modifier and Type Method Description voidSegmentTermsEnumFrame. 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 ByteArrayDataInputLucene50ScoreSkipReader. badiMethods in org.apache.lucene.backward_codecs.lucene50 with parameters of type ByteArrayDataInput Modifier and Type Method Description (package private) static Lucene50ScoreSkipReader.MutableImpactListLucene50ScoreSkipReader. 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 ByteArrayDataInputLucene50CompressingTermVectorsReader.TVTermsEnum. inMethods in org.apache.lucene.backward_codecs.lucene50.compressing with parameters of type ByteArrayDataInput Modifier and Type Method Description (package private) voidLucene50CompressingTermVectorsReader.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) ByteArrayDataInputLucene80DocValuesProducer.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 ByteArrayDataInputLucene84ScoreSkipReader. badiMethods in org.apache.lucene.backward_codecs.lucene84 with parameters of type ByteArrayDataInput Modifier and Type Method Description (package private) static Lucene84ScoreSkipReader.MutableImpactListLucene84ScoreSkipReader. 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 ByteArrayDataInputBlockTermsReader.FieldReader.SegmentTermsEnum. bytesReaderprivate ByteArrayDataInputBlockTermsReader.FieldReader.SegmentTermsEnum. freqReaderprivate ByteArrayDataInputBlockTermsReader.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) ByteArrayDataInputOrdsIntersectTermsEnumFrame. bytesReader(package private) ByteArrayDataInputOrdsSegmentTermsEnumFrame. bytesReader(package private) ByteArrayDataInputOrdsIntersectTermsEnumFrame. floorDataReader(package private) ByteArrayDataInputOrdsSegmentTermsEnumFrame. floorDataReaderprivate ByteArrayDataInputOrdsSegmentTermsEnum. scratchReader(package private) ByteArrayDataInputOrdsIntersectTermsEnumFrame. statsReader(package private) ByteArrayDataInputOrdsSegmentTermsEnumFrame. statsReader(package private) ByteArrayDataInputOrdsIntersectTermsEnumFrame. suffixesReader(package private) ByteArrayDataInputOrdsSegmentTermsEnumFrame. suffixesReaderMethods in org.apache.lucene.codecs.blocktreeords with parameters of type ByteArrayDataInput Modifier and Type Method Description voidOrdsSegmentTermsEnumFrame. 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 ByteArrayDataInputLucene90ScoreSkipReader. badi(package private) ByteArrayDataInputLucene90DocValuesProducer.TermsDict. blockInputMethods in org.apache.lucene.codecs.lucene90 with parameters of type ByteArrayDataInput Modifier and Type Method Description (package private) static Lucene90ScoreSkipReader.MutableImpactListLucene90ScoreSkipReader. 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) ByteArrayDataInputIntersectTermsEnumFrame. bytesReader(package private) ByteArrayDataInputSegmentTermsEnumFrame. bytesReader(package private) ByteArrayDataInputIntersectTermsEnumFrame. floorDataReader(package private) ByteArrayDataInputSegmentTermsEnumFrame. floorDataReaderprivate ByteArrayDataInputSegmentTermsEnum. scratchReader(package private) ByteArrayDataInputIntersectTermsEnumFrame. statsReader(package private) ByteArrayDataInputSegmentTermsEnumFrame. statsReader(package private) ByteArrayDataInputIntersectTermsEnumFrame. suffixesReader(package private) ByteArrayDataInputSegmentTermsEnumFrame. suffixesReader(package private) ByteArrayDataInputIntersectTermsEnumFrame. suffixLengthsReader(package private) ByteArrayDataInputSegmentTermsEnumFrame. suffixLengthsReaderMethods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type ByteArrayDataInput Modifier and Type Method Description voidSegmentTermsEnumFrame. 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 ByteArrayDataInputLucene90CompressingTermVectorsReader.TVTermsEnum. inMethods in org.apache.lucene.codecs.lucene90.compressing with parameters of type ByteArrayDataInput Modifier and Type Method Description (package private) voidLucene90CompressingTermVectorsReader.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) ByteArrayDataInputFSTTermsReader.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 ByteArrayDataInputBlockReader. blockReadBufferIn-memory read buffer for the current block.protected ByteArrayDataInputBlockReader. termStatesReadBufferIn-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) ByteArrayDataInputIDVersionSegmentTermsEnumFrame. bytesReader(package private) ByteArrayDataInputIDVersionSegmentTermsEnumFrame. floorDataReaderprivate ByteArrayDataInputIDVersionSegmentTermsEnum. scratchReader(package private) ByteArrayDataInputIDVersionSegmentTermsEnumFrame. suffixesReaderMethods in org.apache.lucene.sandbox.codecs.idversion with parameters of type ByteArrayDataInput Modifier and Type Method Description voidIDVersionSegmentTermsEnumFrame. 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 longSortedInputIterator. 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 BytesRefSortedInputIterator. 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 ByteArrayDataInputAnalyzingSuggester.AnalyzingComparator. readerAprivate ByteArrayDataInputAnalyzingSuggester.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 longWFSTCompletionLookup.WFSTInputIterator. decode(BytesRef scratch, ByteArrayDataInput tmpInput)
-