Lucene.Net 1.9 Class Library

IndexWriter Members

IndexWriter overview

Public Static Fields

COMMIT_LOCK_NAME 
COMMIT_LOCK_TIMEOUT 
DEFAULT_MAX_BUFFERED_DOCS 
DEFAULT_MAX_FIELD_LENGTH 
DEFAULT_MAX_MERGE_DOCS 
DEFAULT_MERGE_FACTOR 
DEFAULT_MIN_MERGE_DOCS 
DEFAULT_TERM_INDEX_INTERVAL 
WRITE_LOCK_NAME 
WRITE_LOCK_TIMEOUT 

Public Instance Constructors

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

Public Instance Fields

infoStream 
maxFieldLength 
maxMergeDocs 
mergeFactor 
minMergeDocs 

Public Instance Methods

AddDocumentOverloaded.  
AddIndexesOverloaded.  
Close 
DocCount 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetAnalyzer 
GetDirectory 
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 
GetMaxMergeDocs 
GetMergeFactor 
GetSimilarity 
GetTermIndexInterval 
GetType (inherited from Object) Gets the Type of the current instance.
GetUseCompoundFile 
Optimize 
SetInfoStream 
SetMaxBufferedDocs 
SetMaxFieldLength 
SetMaxMergeDocs 
SetMergeFactor 
SetSimilarity 
SetTermIndexInterval 
SetUseCompoundFile 
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize 
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

IndexWriter Class | Lucene.Net.Index Namespace