Lucene.Net 1.4.3 Class Library

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