Apache Lucene.Net 2.1 Class Library API

IndexWriter Constructor (String, Analyzer)

Constructs an IndexWriter for the index in

path
, creating it first if it does not already exist, otherwise appending to the existing index. Text will be analyzed with
a
.

public IndexWriter(
   string path,
   Analyzer a
);

Parameters

path
a

See Also

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