Apache Lucene.Net 2.1 Class Library API

FieldInfos.Add Method (String, Boolean)

Calls 5 parameter add with false for all TermVector parameters.

public void Add(
   string name,
   bool isIndexed
);

Parameters

name
The name of the Fieldable
isIndexed
true if the field is indexed

See Also

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