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.
Pluggable term index / block terms dictionary implementations.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.0 compressing format.
Lucene 9.9 file 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 ByteArrayDataInputMethods in org.apache.lucene.analysis.hunspell with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionprivate booleanWordStorage.isSameString(char[] word, int offset, int length, int dataPos, ByteArrayDataInput in) private voidWordStorage.readForms(IntsRef forms, ByteArrayDataInput in, int length) Constructors in org.apache.lucene.analysis.hunspell with parameters of type ByteArrayDataInput -
Uses of ByteArrayDataInput in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as ByteArrayDataInputModifier and TypeFieldDescriptionprivate final ByteArrayDataInputSynonymFilter.bytesReaderDeprecated.private final ByteArrayDataInputSynonymGraphFilter.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 ByteArrayDataInputIntersectTermsEnumFrame.bytesReader(package private) final ByteArrayDataInputSegmentTermsEnumFrame.bytesReader(package private) final ByteArrayDataInputIntersectTermsEnumFrame.floorDataReader(package private) final ByteArrayDataInputSegmentTermsEnumFrame.floorDataReaderprivate final ByteArrayDataInputSegmentTermsEnum.scratchReader(package private) final ByteArrayDataInputIntersectTermsEnumFrame.statsReader(package private) final ByteArrayDataInputSegmentTermsEnumFrame.statsReader(package private) final ByteArrayDataInputIntersectTermsEnumFrame.suffixesReader(package private) final ByteArrayDataInputSegmentTermsEnumFrame.suffixesReader(package private) final ByteArrayDataInputIntersectTermsEnumFrame.suffixLengthsReader(package private) final ByteArrayDataInputSegmentTermsEnumFrame.suffixLengthsReaderMethods in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionvoidSegmentTermsEnumFrame.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.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 ByteArrayDataInputModifier and TypeFieldDescriptionprivate ByteArrayDataInputLucene50CompressingTermVectorsReader.TVTermsEnum.inMethods in org.apache.lucene.backward_codecs.lucene50.compressing with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(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 ByteArrayDataInputModifier and TypeFieldDescription(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 ByteArrayDataInputMethods in org.apache.lucene.backward_codecs.lucene84 with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) static Lucene84ScoreSkipReader.MutableImpactListLucene84ScoreSkipReader.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.MutableImpactListLucene90ScoreSkipReader.readImpacts(ByteArrayDataInput in, Lucene90ScoreSkipReader.MutableImpactList reuse) -
Uses of ByteArrayDataInput in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as ByteArrayDataInputModifier and TypeFieldDescriptionprivate ByteArrayDataInputBlockTermsReader.FieldReader.SegmentTermsEnum.bytesReaderprivate final 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 ByteArrayDataInputModifier and TypeFieldDescription(package private) ByteArrayDataInputOrdsIntersectTermsEnumFrame.bytesReader(package private) ByteArrayDataInputOrdsSegmentTermsEnumFrame.bytesReader(package private) final ByteArrayDataInputOrdsIntersectTermsEnumFrame.floorDataReader(package private) final ByteArrayDataInputOrdsSegmentTermsEnumFrame.floorDataReaderprivate final ByteArrayDataInputOrdsSegmentTermsEnum.scratchReader(package private) final ByteArrayDataInputOrdsIntersectTermsEnumFrame.statsReader(package private) final ByteArrayDataInputOrdsSegmentTermsEnumFrame.statsReader(package private) final ByteArrayDataInputOrdsIntersectTermsEnumFrame.suffixesReader(package private) final ByteArrayDataInputOrdsSegmentTermsEnumFrame.suffixesReaderMethods in org.apache.lucene.codecs.blocktreeords with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionvoidOrdsSegmentTermsEnumFrame.setFloorData(ByteArrayDataInput in, BytesRef source) -
Uses of ByteArrayDataInput in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as ByteArrayDataInputModifier and TypeFieldDescription(package private) ByteArrayDataInputLucene90DocValuesProducer.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 ByteArrayDataInputIntersectTermsEnumFrame.bytesReader(package private) final ByteArrayDataInputSegmentTermsEnumFrame.bytesReader(package private) final ByteArrayDataInputIntersectTermsEnumFrame.floorDataReader(package private) final ByteArrayDataInputSegmentTermsEnumFrame.floorDataReader(package private) final ByteArrayDataInputIntersectTermsEnumFrame.statsReader(package private) final ByteArrayDataInputSegmentTermsEnumFrame.statsReader(package private) final ByteArrayDataInputIntersectTermsEnumFrame.suffixesReader(package private) final ByteArrayDataInputSegmentTermsEnumFrame.suffixesReader(package private) final ByteArrayDataInputIntersectTermsEnumFrame.suffixLengthsReader(package private) final ByteArrayDataInputSegmentTermsEnumFrame.suffixLengthsReaderMethods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) voidSegmentTermsEnum.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 ByteArrayDataInputLucene90CompressingTermVectorsReader.TVTermsEnum.inMethods in org.apache.lucene.codecs.lucene90.compressing with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(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.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as ByteArrayDataInputMethods in org.apache.lucene.codecs.lucene99 with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) static Lucene99ScoreSkipReader.MutableImpactListLucene99ScoreSkipReader.readImpacts(ByteArrayDataInput in, Lucene99ScoreSkipReader.MutableImpactList reuse) -
Uses of ByteArrayDataInput in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as ByteArrayDataInputModifier and TypeFieldDescription(package private) ByteArrayDataInputFSTTermsReader.TermsReader.BaseTermsEnum.bytesReader -
Uses of ByteArrayDataInput in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as ByteArrayDataInputModifier and TypeFieldDescriptionprotected 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.document
Fields in org.apache.lucene.document declared as ByteArrayDataInputModifier and TypeFieldDescriptionprivate final ByteArrayDataInputShapeDocValues.Reader.datadata 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) ByteArrayDataInputIDVersionSegmentTermsEnumFrame.bytesReader(package private) final ByteArrayDataInputIDVersionSegmentTermsEnumFrame.floorDataReaderprivate final ByteArrayDataInputIDVersionSegmentTermsEnum.scratchReader(package private) final ByteArrayDataInputIDVersionSegmentTermsEnumFrame.suffixesReaderMethods in org.apache.lucene.sandbox.codecs.idversion with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionvoidIDVersionSegmentTermsEnumFrame.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 longSortedInputIterator.decode(BytesRef scratch, ByteArrayDataInput tmpInput) decodes the weight at the current positionSortedInputIterator.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 ByteArrayDataInputModifier and TypeFieldDescriptionprivate final ByteArrayDataInputAnalyzingSuggester.AnalyzingComparator.readerAprivate final 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 ByteArrayDataInputModifier and TypeMethodDescriptionprotected longWFSTCompletionLookup.WFSTInputIterator.decode(BytesRef scratch, ByteArrayDataInput tmpInput)