DotLucene 1.4 API Documentation

FieldInfos.AddIndexed Method 

public void AddIndexed(
   ICollection names,
   bool storeTermVectors
);

Parameters

names
The names of the fields
storeTermVectors
Whether the fields store term vectors or not

See Also

FieldInfos Class | Lucene.Net.Index Namespace