DotLucene 1.4 API Documentation

DateFilter Constructor (String, Int64, Int64)

Constructs a filter for Field f matching times between from and to inclusively.

public DateFilter(
   string f,
   long from,
   long to
);

See Also

DateFilter Class | Lucene.Net.Search Namespace | DateFilter Constructor Overload List