Package | Description |
---|---|
org.sindice.siren.index.codecs.siren10 |
Implementation of the encoding and decoding of the block-based
postings format for SIREn 1.0.
|
Modifier and Type | Method and Description |
---|---|
protected Siren10BlockStreamFactory |
Siren10VIntPostingsFormat.getFactory() |
protected abstract Siren10BlockStreamFactory |
Siren10PostingsFormat.getFactory() |
protected Siren10BlockStreamFactory |
Siren10AForPostingsFormat.getFactory() |
Constructor and Description |
---|
Siren10PostingsReader(org.apache.lucene.store.Directory dir,
org.apache.lucene.index.SegmentInfo segmentInfo,
org.apache.lucene.store.IOContext context,
String segmentSuffix,
Siren10BlockStreamFactory factory) |
Siren10PostingsWriter(org.apache.lucene.index.SegmentWriteState state,
int blockSkipInterval,
Siren10BlockStreamFactory factory) |
Siren10PostingsWriter(org.apache.lucene.index.SegmentWriteState state,
Siren10BlockStreamFactory factory) |
Copyright © 2014. All rights reserved.