DotLucene 1.4 API Documentation

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 val
);

See Also

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