Interface CustomFieldStattable
- All Known Implementing Classes:
CascadingSelectSearcher,CustomFieldLabelsSearcher,GroupPickerSearcher,LabelSearcher,MultiSelectSearcher,ProjectSearcher,SelectSearcher,UserPickerGroupSearcher,UserPickerSearcher,VersionPickerSearcher
@PublicSpi
public interface CustomFieldStattable
-
Method Summary
Modifier and TypeMethodDescriptiongetStatisticsMapper(CustomField customField) Since Jira v8.0 a "stattable" field must have a doc value of type:SortedDocValues,SortedSetDocValues,BinaryDocValues, orNumericDocValues.
-
Method Details
-
getStatisticsMapper
Since Jira v8.0 a "stattable" field must have a doc value of type:SortedDocValues,SortedSetDocValues,BinaryDocValues, orNumericDocValues. 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 LuceneDocValuesdirectly. SeeDocValuesand supported implementations for details.
-