public abstract class IndexWriter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IndexWriter.Identifier |
static class |
IndexWriter.InboundWriter |
static class |
IndexWriter.IntArray1NSortedWriter |
static class |
IndexWriter.IntArray1NUncompressedCollector |
static class |
IndexWriter.IntArray1NWriter |
static class |
IndexWriter.IntIndexCollector |
static class |
IndexWriter.IntIndexCollectorUncompressed |
static class |
IndexWriter.IntIndexStreamer |
static interface |
IndexWriter.KeyWriter |
static class |
IndexWriter.LongArray1NWriter |
static class |
IndexWriter.LongIndexCollector |
static class |
IndexWriter.LongIndexCollectorUncompressed |
static class |
IndexWriter.LongIndexStreamer |
static class |
IndexWriter.SizeIndexCollectorUncompressed
Store sizes of objects by
compressing the size to a 32-bit int.
|
Modifier and Type | Field and Description |
---|---|
static int |
PAGE_SIZE_INT |
static int |
PAGE_SIZE_LONG |
Constructor and Description |
---|
IndexWriter() |
Modifier and Type | Method and Description |
---|---|
static long[] |
copyOf(long[] original,
int newLength) |
static int |
mostSignificantBit(int x) |
static int |
mostSignificantBit(long x) |
public static final int PAGE_SIZE_INT
public static final int PAGE_SIZE_LONG