Namespace Lucene.Net.Codecs.MockSep
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.
MockSingleIntFactory
MockSingleIntIndexInput
Reads IndexInputs written with MockSingleIntIndexOutput. NOTE: this class is just for demonstration purposes(it is a very slow way to read a block of ints).
@lucene.experimental
MockSingleIntIndexInput.MockReader
MockSingleIntIndexOutput
Writes ints directly to the file (not in blocks) as vInt.
@lucene.experimental