DotLucene 1.4 API Documentation

IndexWriter.AddDocument Method (Document)

Adds a document to this index. If the document contains more than {@link .maxFieldLength} terms for a given Field, the remainder are discarded.

public virtual void AddDocument(
   Document doc
);

See Also

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