Interface StatisticsFilter

All Known Implementing Classes:
StatisticsSolrDateFilter

public interface StatisticsFilter
A wrapper for some kind of Solr filter expression.
Author:
kevinvandevelde at atmire.com Date: 12-mrt-2009 Time: 10:36:03
  • Method Summary

    Modifier and Type
    Method
    Description
    Convert this filter's configuration to a query string fragment.
  • Method Details

    • toQuery

      String toQuery()
      Convert this filter's configuration to a query string fragment.
      Returns:
      a query fragment.