Namespace Lucene.Net.Codecs.MockSep
Very simple implementations of Lucene.Net.Codecs.Sep for testing.
Classes
MockSepPostingsFormat
A silly codec that simply writes each file separately as single vInts. Don't use this (performance will be poor)! This is here just to test the core sep codec classes.
MockSingleInt32Factory
Encodes ints directly as vInts with MockSingleInt32IndexOutput.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
MockSingleInt32IndexInput
Reads IndexInputs written with MockSingleInt32IndexOutput. NOTE: this class is just for demonstration purposes(it is a very slow way to read a block of ints).
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
MockSingleInt32IndexInput.MockReader
Just reads a vInt directly from the file.
MockSingleInt32IndexOutput
Writes ints directly to the file (not in blocks) as vInt.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk