Uses of Class
org.apache.lucene.util.PagedBytes
-
Packages that use PagedBytes Package Description org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util Some utility classes. -
-
Uses of PagedBytes in org.apache.lucene.codecs.blockterms
Constructors in org.apache.lucene.codecs.blockterms with parameters of type PagedBytes Constructor Description FieldIndexData(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 PagedBytes Modifier and Type Field Description private PagedBytes
BinaryDocValuesWriter. bytes
-
Uses of PagedBytes in org.apache.lucene.util
Constructors in org.apache.lucene.util with parameters of type PagedBytes Constructor Description Reader(PagedBytes pagedBytes)
-