Apache Lucene.Net 2.4.0 Class Library API

FieldInfos.Add Method (String, Boolean, Boolean)

Calls 5 parameter add with false for term vector positions and offsets.

public void Add(
   string name,
   bool isIndexed,
   bool storeTermVector
);

Parameters

name
The name of the field
isIndexed
true if the field is indexed
storeTermVector
true if the term vector should be stored

See Also

FieldInfos Class | Lucene.Net.Index Namespace | FieldInfos.Add Overload List