Interface SolrDateRangeStrategy

All Known Implementing Classes:
SolrConfigurableDateRangeStrategy

public interface SolrDateRangeStrategy
The Solr Date range strategy.
Spring Bean ID:
solrDateRangeStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    The input date will be converted to solr specific format.
  • Method Details

    • getSolrFormattedDate

      String getSolrFormattedDate(Date date)
      The input date will be converted to solr specific format.
      Parameters:
      date - the date to be formatted