Interface StatisticsMapper<T>

All Known Implementing Classes:
OptionStatisticsMapper

public interface StatisticsMapper<T>
  • Method Details

    • getValueFromLucene

      @Nullable T getValueFromLucene(@NonNull String value)
    • getStatisticFieldId

      String getStatisticFieldId()
    • getStatisticValue

      @NonNull StatisticValue getStatisticValue(@NonNull T value)
    • getStatisticValueForNull

      default @NonNull StatisticValue getStatisticValueForNull()
    • getQueryBuilderAppender

      QueryBuilderAppender<T> getQueryBuilderAppender()
    • getComparator

      Comparator<T> getComparator()