Interface StatisticsFilter
-
- All Known Implementing Classes:
StatisticsSolrDateFilter
public interface StatisticsFilterA wrapper for some kind of Solr filter expression.- Author:
- kevinvandevelde at atmire.com Date: 12-mrt-2009 Time: 10:36:03
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoQuery()Convert this filter's configuration to a query string fragment.
-
-
-
Method Detail
-
toQuery
String toQuery()
Convert this filter's configuration to a query string fragment.- Returns:
- a query fragment.
-
-