Lucene.Net 1.9 Class Library

IndexModifier Members

IndexModifier overview

Public Instance Constructors

IndexModifier Overloaded. Initializes a new instance of the IndexModifier class.

Public Instance Methods

AddDocumentOverloaded.  
Close 
DeleteOverloaded.  
DeleteDocument 
DeleteDocuments 
DocCount 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Flush 
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetInfoStream 
GetMaxBufferedDocs 
GetMaxFieldLength 
GetMergeFactor 
GetType (inherited from Object) Gets the Type of the current instance.
GetUseCompoundFile 
Optimize 
SetInfoStream 
SetMaxBufferedDocs 
SetMaxFieldLength 
SetMergeFactor 
SetUseCompoundFile 
ToString 

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Protected Internal Instance Fields

analyzer 
directory 
indexReader 
indexWriter 
infoStream 
maxBufferedDocs 
maxFieldLength 
mergeFactor 
open 
useCompoundFile 

Protected Internal Instance Methods

AssureOpen 
CreateIndexReader 
CreateIndexWriter 
Init 

See Also

IndexModifier Class | Lucene.Net.Index Namespace