DotLucene 1.4 API Documentation

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 val,
   bool storeTermVector
);

See Also

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