Apache Lucene.Net 2.1 Class Library API

IndexModifier.AddDocument Method (Document)

Adds a document to this index. If the document contains more than {@link #SetMaxFieldLength(int)} terms for a given field, the remainder are discarded.

public virtual void AddDocument(
   Document doc
);

See Also

IndexModifier Class | Lucene.Net.Index Namespace | IndexModifier.AddDocument Overload List | IndexWriter#AddDocument