Lucene.Net 1.4.3 Class Library

Field.Text Method (String, String)

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". Term vector will not be stored for this Field.

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

See Also

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