Class DateCount
- java.lang.Object
-
- com.funnelback.publicui.search.model.padre.DateCount
-
public class DateCount extends Object
A date count (Used in faceted navigation).- Since:
- v12.0
-
-
Constructor Summary
Constructors Constructor Description DateCount()
-
-
-
Field Detail
-
queryTerm
private String queryTerm
Date constraint to apply to select documents for this date count, e.g.
|d>1jan2003
.
-
count
private int count
Number of documents for this date.
-
-