| Package | Description |
|---|---|
| org.apache.lucene.codecs.mockintblock |
Integer encoder implementations for testing.
|
| org.apache.lucene.codecs.mocksep |
Very simple implementations of
org.apache.lucene.codecs.sep for testing. |
| org.apache.lucene.codecs.sep |
Sep: base support for separate files (doc,frq,pos,skp,pyl)
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MockFixedIntBlockPostingsFormat.MockIntFactory
Encodes blocks as vInts of a fixed block size.
|
static class |
MockVariableIntBlockPostingsFormat.MockIntFactory
If the first value is <= 3, writes baseBlockSize vInts at once,
otherwise writes 2*baseBlockSize vInts.
|
| Modifier and Type | Method and Description |
|---|---|
IntStreamFactory |
MockFixedIntBlockPostingsFormat.getIntFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
MockSingleIntFactory
Encodes ints directly as vInts with
MockSingleIntIndexOutput |
| Constructor and Description |
|---|
SepPostingsReader(Directory dir,
FieldInfos fieldInfos,
SegmentInfo segmentInfo,
IOContext context,
IntStreamFactory intFactory,
String segmentSuffix) |
SepPostingsWriter(SegmentWriteState state,
IntStreamFactory factory) |
SepPostingsWriter(SegmentWriteState state,
IntStreamFactory factory,
int skipInterval) |
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.