Class MockSingleInt32IndexOutput
Writes ints directly to the file (not in blocks) as
vInt.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
MockSingleInt32IndexOutput
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class MockSingleInt32IndexOutput : Int32IndexOutput
Constructors
|
Improve this Doc
View Source
MockSingleInt32IndexOutput(Directory, String, IOContext)
Declaration
public MockSingleInt32IndexOutput(Directory dir, string fileName, IOContext context)
Parameters
Type |
Name |
Description |
Directory |
dir |
|
System.String |
fileName |
|
IOContext |
context |
|
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
|
Improve this Doc
View Source
GetIndex()
Declaration
public override Int32IndexOutput.Index GetIndex()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Write(Int32)
Declaration
public override void Write(int v)
Parameters
Type |
Name |
Description |
System.Int32 |
v |
|
Overrides