Lucene.Net 1.4.3 Class Library

FieldInfos.Add Method (String, Boolean)

Calls three parameter add with false for the storeTermVector parameter

public void Add(
   string name,
   bool isIndexed
);

Parameters

name
The name of the Field
isIndexed
true if the Field is indexed

See Also

FieldInfos Class | Lucene.Net.Index Namespace | FieldInfos.Add Overload List | boolean, boolean)