Class 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
Inheritance
System.Object
MockSingleInt32IndexInput
Assembly: Lucene.Net.TestFramework.dll
public class MockSingleInt32IndexInput : Int32IndexInput
Constructors
|
Improve this Doc
View Source
MockSingleInt32IndexInput(Directory, String, IOContext)
Declaration
public MockSingleInt32IndexInput(Directory dir, string fileName, IOContext context)
Parameters
Type |
Name |
Description |
Directory |
dir |
|
System.String |
fileName |
|
IOContext |
context |
|
Methods
|
Improve this Doc
View Source
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override Int32IndexInput.Index GetIndex()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override Int32IndexInput.Reader GetReader()
Returns
Overrides