Свойство | Тип | Описание | |
---|---|---|---|
Context | Context_e | ||
DEFAULT | |||
FlushInfo | Lucene.Net.Store.FlushInfo | ||
MergeInfo | Lucene.Net.Store.MergeInfo | ||
READ | |||
READONCE | |||
ReadOnce | bool |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
IOContext ( Context_e context, Lucene.Net.Store.MergeInfo mergeInfo ) : System.Collections.Generic | ||
IOContext ( bool readOnce ) : System.Collections.Generic |
public static ContextValues ( ) : IEnumerable |
||
Результат | IEnumerable |
public IOContext ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public IOContext ( Context_e context ) : System.Collections.Generic | ||
context | Context_e | |
Результат | System.Collections.Generic |
public IOContext ( Lucene.Net.Store.FlushInfo flushInfo ) : System.Collections.Generic | ||
flushInfo | Lucene.Net.Store.FlushInfo | |
Результат | System.Collections.Generic |
public IOContext ( |
||
ctxt | |
|
readOnce | bool | The new |
Результат | System.Collections.Generic |
public IOContext ( Lucene.Net.Store.MergeInfo mergeInfo ) : System.Collections.Generic | ||
mergeInfo | Lucene.Net.Store.MergeInfo | |
Результат | System.Collections.Generic |
public static IOContext,Lucene.Net.Store DEFAULT | ||
Результат |
public FlushInfo,Lucene.Net.Store FlushInfo | ||
Результат | Lucene.Net.Store.FlushInfo |
public MergeInfo,Lucene.Net.Store MergeInfo | ||
Результат | Lucene.Net.Store.MergeInfo |
public static IOContext,Lucene.Net.Store READ | ||
Результат |
public static IOContext,Lucene.Net.Store READONCE | ||
Результат |