Lucene.Net 1.4.3 Class Library

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

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

Parameters

name
The name of the Field
string_Renamed
store
true if the Field should store the string
index
true if the Field should be indexed
token
true if the Field should be tokenized
storeTermVector
true if we should store the Term Vector info

See Also

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