Lucene.Net 1.4.3 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