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.lucene80for 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 ByteArrayDataInputStemmer. 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 ByteArrayDataInputSynonymFilter. bytesReaderDeprecated.private ByteArrayDataInputSynonymGraphFilter. 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 ByteArrayDataInputBlockTermsReader.FieldReader.SegmentTermsEnum. bytesReaderprivate 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 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.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.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.compressing
Fields in org.apache.lucene.codecs.compressing declared as ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInputCompressingTermVectorsReader.TVTermsEnum. inMethods in org.apache.lucene.codecs.compressing with parameters of type ByteArrayDataInput Modifier and Type Method Description (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 ByteArrayDataInput Modifier and Type Field Description (package private) ByteArrayDataInputIDVersionSegmentTermsEnumFrame. bytesReader(package private) ByteArrayDataInputIDVersionSegmentTermsEnumFrame. floorDataReaderprivate ByteArrayDataInputIDVersionSegmentTermsEnum. scratchReader(package private) ByteArrayDataInputIDVersionSegmentTermsEnumFrame. suffixesReaderMethods in org.apache.lucene.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.codecs.lucene50
Fields in org.apache.lucene.codecs.lucene50 declared as ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInputLucene50ScoreSkipReader. badiMethods in org.apache.lucene.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.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as ByteArrayDataInput Modifier and Type Field Description private ByteArrayDataInputLucene84ScoreSkipReader. badiMethods in org.apache.lucene.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.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.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)
-