Lucene.Net 1.4.3 Class Library

FieldInfos.Add Method (ICollection, Boolean)

Assumes the Field is 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)