@PublicSpi
public interface CustomFieldStattable
Modifier and Type | Method and Description |
---|---|
StatisticsMapper |
getStatisticsMapper(CustomField customField)
Since Jira v8.0 a "stattable" field must have a doc value of type:
SortedDocValues ,
SortedSetDocValues , BinaryDocValues , or
NumericDocValues . |
StatisticsMapper getStatisticsMapper(CustomField customField)
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.Copyright © 2002-2019 Atlassian. All Rights Reserved.