DotLucene 1.4 API Documentation

Field.Keyword Method (String, DateTime)

Constructs a Date-valued Field that is not tokenized and is indexed, and stored in the index, for return with hits.

public static Field Keyword(
   string name,
   DateTime val
);

See Also

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