Lucene.Net 1.4.3 Class Library

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 string_Renamed,
   bool store,
   bool index,
   bool token
);

See Also

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