| Package | Description |
|---|---|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| org.apache.lucene.search |
Code to search indices.
|
| org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
| Class and Description |
|---|
| PackedInts.Reader
A read-only random access array of positive integers.
|
| PackedInts.Writer
A write-once Writer.
|
| Class and Description |
|---|
| PackedInts.Reader
A read-only random access array of positive integers.
|
| Class and Description |
|---|
| GrowableWriter
Implements
PackedInts.Mutable, but grows the
bit count of the underlying packed ints on-demand. |
| PackedInts.Decoder
A decoder for packed integers.
|
| PackedInts.Encoder
An encoder for packed integers.
|
| PackedInts.Format
A format to write packed ints.
|
| PackedInts.FormatAndBits
Simple class that holds a format and a number of bits per value.
|
| PackedInts.Mutable
A packed integer array that can be modified.
|
| PackedInts.Reader
A read-only random access array of positive integers.
|
| 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.