Lucene.Net 1.9.1 Class Library

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 | Add