Namespace Lucene.Net.Codecs.MockSep
Very simple implementations of Lucene.
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 Mock
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
MockSingleInt32IndexInput
Reads IndexInputs written with
Mock
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