Lucene.Net 1.4.3 Class Library

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

See Also

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