Constructs a filter for Field f matching dates between from and to inclusively.
Constructs a filter for Field f matching dates between from and to inclusively.
public DateFilter(string,DateTime,DateTime);
Constructs a filter for Field f matching times between from and to inclusively.
public DateFilter(string,long,long);
DateFilter Class | Lucene.Net.Search Namespace