Uses of Package
org.apache.lucene.util.packed

Packages that use org.apache.lucene.util.packed
org.apache.lucene.index Code to maintain and access indices. 
org.apache.lucene.search Code to search indices. 
org.apache.lucene.util.packed The packed package provides random access capable arrays of positive longs. 
 

Classes in org.apache.lucene.util.packed used by org.apache.lucene.index
PackedInts.Reader
          A read-only random access array of positive integers.
PackedInts.Writer
          A write-once Writer.
 

Classes in org.apache.lucene.util.packed used by org.apache.lucene.search
PackedInts.Reader
          A read-only random access array of positive integers.
 

Classes in org.apache.lucene.util.packed used by org.apache.lucene.util.packed
GrowableWriter
          Implements PackedInts.Mutable, but grows the bit count of the underlying packed ints on-demand.
PackedInts.Mutable
          A packed integer array that can be modified.
PackedInts.Reader
          A read-only random access array of positive integers.
PackedInts.ReaderImpl
          A simple base for Readers that keeps track of valueCount and bitsPerValue.
PackedInts.ReaderIterator
          Run-once iterator interface, to decode previously saved PackedInts.
PackedInts.Writer
          A write-once Writer.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.