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 PagedGrowableWriter
BinaryDocValuesFieldUpdates.Iterator. lengths
private PagedGrowableWriter
BinaryDocValuesFieldUpdates. lengths
private PagedGrowableWriter
BinaryDocValuesFieldUpdates.Iterator. offsets
private PagedGrowableWriter
BinaryDocValuesFieldUpdates. offsets
Constructors 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 PagedGrowableWriter
NodeHash.PagedGrowableHash. copiedNodeAddress
private PagedGrowableWriter
NodeHash.PagedGrowableHash. fstNodeAddress
-
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 PagedGrowableWriter
PagedGrowableWriter. newUnfilledCopy(long newSize)
-