Lucene.Net 1.4.3 Class Library

Field.Text Method (String, String, Boolean)

Constructs a String-valued Field that is tokenized and indexed, and is stored in the index, for return with hits. Useful for short text fields, like "title" or "subject".

public static Field Text(
   string name,
   string value_Renamed,
   bool storeTermVector
);

See Also

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