DotLucene 1.4 API Documentation

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)