Class 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
Inheritance
System.Object
Int32IndexOutput
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class Int32IndexOutput : IDisposable
Methods
Name | Description |
---|---|
Dispose() | |
Dispose(Boolean) | |
GetIndex() | If you are indexing the primary output file, call this and interact with the returned IndexWriter. |
Write(Int32) | Write an
|