Uses of Class
org.apache.lucene.util.PagedBytes.Reader
-
Packages that use PagedBytes.Reader Package Description org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.util Some utility classes. -
-
Uses of PagedBytes.Reader in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as PagedBytes.Reader Modifier and Type Field Description private PagedBytes.ReaderFixedGapTermsIndexReader. termBytesReader -
Uses of PagedBytes.Reader in org.apache.lucene.util
Methods in org.apache.lucene.util that return PagedBytes.Reader Modifier and Type Method Description PagedBytes.ReaderPagedBytes. freeze(boolean trim)Commits final byte[], trimming it if necessary and if trim=true
-