Interface CustomFieldStattable

All Known Implementing Classes:
CascadingSelectSearcher, CustomFieldLabelsSearcher, GroupPickerSearcher, LabelSearcher, MultiSelectSearcher, ProjectSearcher, SelectSearcher, UserPickerGroupSearcher, UserPickerSearcher, VersionPickerSearcher

@PublicSpi public interface CustomFieldStattable
  • Method Summary

    Modifier and Type
    Method
    Description
    Since Jira v8.0 a "stattable" field must have a doc value of type: SortedDocValues, SortedSetDocValues, BinaryDocValues, or NumericDocValues.
  • Method Details

    • getStatisticsMapper

      StatisticsMapper getStatisticsMapper(CustomField customField)
      Since Jira v8.0 a "stattable" field must have a doc value of type: SortedDocValues, SortedSetDocValues, BinaryDocValues, or NumericDocValues. Before Jira v8.0 "stattable" fields were retrieved from a Jira cache build from from Lucene index. Since Jira v8.0 this cache is using Lucene DocValues directly. See DocValues and supported implementations for details.