Uses of Class
org.apache.lucene.util.PagedBytes
Packages that use PagedBytes
Package
Description
Pluggable term index / block terms dictionary implementations.
Code to maintain and access indices.
Some utility classes.
-
Uses of PagedBytes in org.apache.lucene.codecs.blockterms
Constructors in org.apache.lucene.codecs.blockterms with parameters of type PagedBytesModifierConstructorDescriptionFieldIndexData
(IndexInput in, PagedBytes termBytes, long indexStart, long termsStart, long packedIndexStart, long packedOffsetsStart, long numIndexTerms) -
Uses of PagedBytes in org.apache.lucene.index
Fields in org.apache.lucene.index declared as PagedBytesModifier and TypeFieldDescriptionprivate final PagedBytes
BinaryDocValuesWriter.bytes
private final PagedBytes
PointValuesWriter.bytes
-
Uses of PagedBytes in org.apache.lucene.util
Constructors in org.apache.lucene.util with parameters of type PagedBytes