Apache Lucene.Net 2.1 Class Library API

FieldInfos.Add Method (ICollection, Boolean)

Assumes the fields are not storing term vectors.

public void Add(
   ICollection names,
   bool isIndexed
);

Parameters

names
The names of the fields
isIndexed
Whether the fields are indexed or not

See Also

FieldInfos Class | Lucene.Net.Index Namespace | FieldInfos.Add Overload List | boolean)