Uses of Class
org.apache.lucene.util.packed.PagedGrowableWriter
-
Packages that use PagedGrowableWriter Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util.fst Finite state transducersorg.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of PagedGrowableWriter in org.apache.lucene.index
Fields in org.apache.lucene.index declared as PagedGrowableWriter Modifier and Type Field Description private PagedGrowableWriterBinaryDocValuesFieldUpdates.Iterator. lengthsprivate PagedGrowableWriterBinaryDocValuesFieldUpdates. lengthsprivate PagedGrowableWriterBinaryDocValuesFieldUpdates.Iterator. offsetsprivate PagedGrowableWriterBinaryDocValuesFieldUpdates. offsetsConstructors in org.apache.lucene.index with parameters of type PagedGrowableWriter Constructor Description Iterator(int size, PagedGrowableWriter offsets, PagedGrowableWriter lengths, PagedMutable docs, BytesRef values, long delGen) -
Uses of PagedGrowableWriter in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as PagedGrowableWriter Modifier and Type Field Description private PagedGrowableWriterNodeHash. table -
Uses of PagedGrowableWriter in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed that return PagedGrowableWriter Modifier and Type Method Description protected PagedGrowableWriterPagedGrowableWriter. newUnfilledCopy(long newSize)
-