Uses of Class
org.apache.lucene.store.ByteArrayDataInput
Packages that use ByteArrayDataInput
Package
Description
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
Analysis components for Synonyms.
Pluggable term index / block terms dictionary implementations.
BlockTree terms dictionary.
Same postings format as Lucene50, except the terms dictionary also
supports ords, i.e.
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format.Components from the Lucene 8.4 index format.
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
Pluggable term index / block terms dictionary implementations.
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 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.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.blocktree
Fields in org.apache.lucene.codecs.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.codecs.blocktree with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionvoidSegmentTermsEnumFrame.setFloorData(ByteArrayDataInput in, BytesRef source) -
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.compressing
Fields in org.apache.lucene.codecs.compressing declared as ByteArrayDataInputModifier and TypeFieldDescriptionprivate ByteArrayDataInputCompressingTermVectorsReader.TVTermsEnum.inMethods in org.apache.lucene.codecs.compressing with parameters of type ByteArrayDataInputModifier and TypeMethodDescription(package private) voidCompressingTermVectorsReader.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 ByteArrayDataInputModifier and TypeFieldDescription(package private) ByteArrayDataInputIDVersionSegmentTermsEnumFrame.bytesReader(package private) final ByteArrayDataInputIDVersionSegmentTermsEnumFrame.floorDataReaderprivate final ByteArrayDataInputIDVersionSegmentTermsEnum.scratchReader(package private) final ByteArrayDataInputIDVersionSegmentTermsEnumFrame.suffixesReaderMethods in org.apache.lucene.codecs.idversion with parameters of type ByteArrayDataInputModifier and TypeMethodDescriptionvoidIDVersionSegmentTermsEnumFrame.setFloorData(ByteArrayDataInput in, BytesRef source) -
Uses of ByteArrayDataInput in org.apache.lucene.codecs.lucene50
Fields in org.apache.lucene.codecs.lucene50 declared as ByteArrayDataInputMethods in org.apache.lucene.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.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as ByteArrayDataInputMethods in org.apache.lucene.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.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.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)