DotLucene 1.4 API Documentation

Field Constructor (String, String, Boolean, Boolean, Boolean)

Create a Field by specifying all parameters except for storeTermVector, which is set to false.

public Field(
   string name,
   string str,
   bool store,
   bool index,
   bool token
);

See Also

Field Class | Lucene.Net.Documents Namespace | Field Constructor Overload List