Lucene.Net 1.9.1 Class Library

DateFilter Constructor

Constructs a filter for field

f
matching dates between
from
and
to
inclusively.

Overload List

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

See Also

DateFilter Class | Lucene.Net.Search Namespace