Class IOContext
IOContext holds additional details on the merge/search context. A IOContext
object can never be initialized as null as passed as a parameter to either
OpenInput(String, IOContext) or
CreateOutput(String, IOContext)
Inheritance
System.Object
IOContext
Assembly: DistributedLucene.Net.dll
Syntax
public class IOContext : object
Constructors
Name | Description |
---|---|
IOContext() | |
IOContext(FlushInfo) | |
IOContext(IOContext, Boolean) | This constructor is used to initialize a IOContext instance with a new value for the ReadOnce property. |
IOContext(IOContext.UsageContext) | |
IOContext(MergeInfo) |
Fields
Name | Description |
---|---|
DEFAULT | |
READ | |
READ_ONCE |
Properties
Name | Description |
---|---|
Context | A IOContext.UsageContext setting |
FlushInfo | |
MergeInfo | |
ReadOnce |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetHashCode() | |
ToString() |