Namespace Lucene.Net.Codecs.Sep
Classes
Int32IndexInput
Defines basic API for writing ints to an IndexOutput. IntBlockCodec interacts with this API. See IntBlockReader.
NOTE: This was IntIndexInput in Lucene
@lucene.experimental
Int32IndexInput.Index
Records a single skip-point in the GetReader().
Int32IndexInput.Reader
Reads
Int32IndexOutput
Defines basic API for writing ints to an IndexOutput. IntBlockCodec interacts with this API. See IntBlockReader.
NOTE: block sizes could be variable
NOTE: This was IntIndexOutput in Lucene
@lucene.experimental
Int32IndexOutput.Index
Records a single skip-point in the IndexOutput.
Int32StreamFactory
Provides
NOTE: This was IntStreamFactory in Lucene
@lucene.experimental
SepPostingsReader
Concrete class that reads the current doc/freq/skip
postings format.
@lucene.experimental
SepPostingsWriter
Writes frq to .frq, docs to .doc, pos to .pos, payloads to .pyl, skip data to .skp
@lucene.experimental