Class DateCount
- java.lang.Object
-
- com.funnelback.publicui.search.model.padre.DateCount
-
public class DateCount extends java.lang.ObjectA date count (Used in faceted navigation).- Since:
- v12.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()Number of documents for this date.java.lang.StringgetQueryTerm()Date constraint to apply to select documents for this date count, e.g.voidsetCount(int count)Number of documents for this date.voidsetQueryTerm(java.lang.String queryTerm)Date constraint to apply to select documents for this date count, e.g.
-
-
-
Method Detail
-
getQueryTerm
public java.lang.String getQueryTerm()
Date constraint to apply to select documents for this date count, e.g.
|d>1jan2003.
-
setQueryTerm
public void setQueryTerm(java.lang.String queryTerm)
Date constraint to apply to select documents for this date count, e.g.
|d>1jan2003.
-
getCount
public int getCount()
Number of documents for this date.
-
setCount
public void setCount(int count)
Number of documents for this date.
-
-