Interface ChangeHistoryStatisticValueResolver

All Superinterfaces:
StatisticValueResolver

public interface ChangeHistoryStatisticValueResolver extends StatisticValueResolver
Used for retrieving the value of the "estimation statistic" from a Lucene document (map of String values).
  • Method Details

    • getChangeItemField

      String getChangeItemField()
      Returns:
      the name of the field of the statistic field change items
    • getChangeItemValue

      Double getChangeItemValue(String value, String valueString)
      Get the value represented by the string. String may be null or blank, or invalid.
      Parameters:
      value - the value of the change item
      valueString - the string value of the change item
      Returns:
      the value or null if one could not be resolved
      See Also: