C# Class Lucene.Net.Store.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 Lucene.Net.Store.Directory#openInput(String, IOContext) or Lucene.Net.Store.Directory#createOutput(String, IOContext)
Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Méthodes publiques

Свойство Type Description
Context Context_e
DEFAULT IOContext
FlushInfo Lucene.Net.Store.FlushInfo
MergeInfo Lucene.Net.Store.MergeInfo
READ IOContext
READONCE IOContext
ReadOnce bool

Méthodes publiques

Méthode 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 ( IOContext ctxt, bool readOnce ) : System.Collections.Generic

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

Private Methods

Méthode Description
IOContext ( Context_e context, Lucene.Net.Store.MergeInfo mergeInfo ) : System.Collections.Generic
IOContext ( bool readOnce ) : System.Collections.Generic

Method Details

ContextValues() public static méthode

public static ContextValues ( ) : IEnumerable
Résultat IEnumerable

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IOContext() public méthode

public IOContext ( ) : System.Collections.Generic
Résultat System.Collections.Generic

IOContext() public méthode

public IOContext ( Context_e context ) : System.Collections.Generic
context Context_e
Résultat System.Collections.Generic

IOContext() public méthode

public IOContext ( Lucene.Net.Store.FlushInfo flushInfo ) : System.Collections.Generic
flushInfo Lucene.Net.Store.FlushInfo
Résultat System.Collections.Generic

IOContext() public méthode

this constructor is used to initialize a IOContext instance with a new value for the readOnce variable.
public IOContext ( IOContext ctxt, bool readOnce ) : System.Collections.Generic
ctxt IOContext object whose information is used to create the new instance except the readOnce variable.
readOnce bool The new object will use this value for readOnce.
Résultat System.Collections.Generic

IOContext() public méthode

public IOContext ( Lucene.Net.Store.MergeInfo mergeInfo ) : System.Collections.Generic
mergeInfo Lucene.Net.Store.MergeInfo
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Context public_oe property

An object of a enumerator Context type
public Context_e Context
Résultat Context_e

DEFAULT public_oe static_oe property

public static IOContext,Lucene.Net.Store DEFAULT
Résultat IOContext

FlushInfo public_oe property

public FlushInfo,Lucene.Net.Store FlushInfo
Résultat Lucene.Net.Store.FlushInfo

MergeInfo public_oe property

public MergeInfo,Lucene.Net.Store MergeInfo
Résultat Lucene.Net.Store.MergeInfo

READ public_oe static_oe property

public static IOContext,Lucene.Net.Store READ
Résultat IOContext

READONCE public_oe static_oe property

public static IOContext,Lucene.Net.Store READONCE
Résultat IOContext

ReadOnce public_oe property

public bool ReadOnce
Résultat bool