Property | Type | Description | |
---|---|---|---|
Context | Context_e | ||
DEFAULT | |||
FlushInfo | Lucene.Net.Store.FlushInfo | ||
MergeInfo | Lucene.Net.Store.MergeInfo | ||
READ | |||
READONCE | |||
ReadOnce | bool |
Method | Description | |
---|---|---|
ContextValues ( ) : IEnumerable |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IOContext ( ) : System.Collections.Generic | ||
IOContext ( Context_e context ) : System.Collections.Generic | ||
IOContext ( Lucene.Net.Store.FlushInfo flushInfo ) : System.Collections.Generic | ||
IOContext ( |
this constructor is used to initialize a IOContext instance with a new value for the readOnce variable.
|
|
IOContext ( Lucene.Net.Store.MergeInfo mergeInfo ) : System.Collections.Generic | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
IOContext ( Context_e context, Lucene.Net.Store.MergeInfo mergeInfo ) : System.Collections.Generic | ||
IOContext ( bool readOnce ) : System.Collections.Generic |
public static ContextValues ( ) : IEnumerable |
||
return | IEnumerable |
public IOContext ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public IOContext ( Context_e context ) : System.Collections.Generic | ||
context | Context_e | |
return | System.Collections.Generic |
public IOContext ( Lucene.Net.Store.FlushInfo flushInfo ) : System.Collections.Generic | ||
flushInfo | Lucene.Net.Store.FlushInfo | |
return | System.Collections.Generic |
public IOContext ( |
||
ctxt | |
|
readOnce | bool | The new |
return | System.Collections.Generic |
public IOContext ( Lucene.Net.Store.MergeInfo mergeInfo ) : System.Collections.Generic | ||
mergeInfo | Lucene.Net.Store.MergeInfo | |
return | System.Collections.Generic |
public FlushInfo,Lucene.Net.Store FlushInfo | ||
return | Lucene.Net.Store.FlushInfo |
public MergeInfo,Lucene.Net.Store MergeInfo | ||
return | Lucene.Net.Store.MergeInfo |