Class OptionStatisticsMapper
java.lang.Object
ru.slie.luna.issue.field.searcher.statistics.OptionStatisticsMapper
- All Implemented Interfaces:
StatisticsMapper<Option>
-
Constructor Summary
ConstructorsConstructorDescriptionOptionStatisticsMapper(OptionsManager optionsManager, IssueField issueField) -
Method Summary
Modifier and TypeMethodDescription@NonNull StatisticValuegetStatisticValue(@NonNull Option value) @Nullable OptiongetValueFromLucene(@NonNull String luceneValue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.slie.luna.issue.field.searcher.StatisticsMapper
getStatisticValueForNull
-
Constructor Details
-
OptionStatisticsMapper
-
-
Method Details
-
getValueFromLucene
- Specified by:
getValueFromLucenein interfaceStatisticsMapper<Option>
-
getStatisticFieldId
- Specified by:
getStatisticFieldIdin interfaceStatisticsMapper<Option>
-
getStatisticValue
- Specified by:
getStatisticValuein interfaceStatisticsMapper<Option>
-
getQueryBuilderAppender
- Specified by:
getQueryBuilderAppenderin interfaceStatisticsMapper<Option>
-
getComparator
- Specified by:
getComparatorin interfaceStatisticsMapper<Option>
-