java.lang.Object | |
↳ | com.atlassian.jira.issue.customfields.statistics.CascadingOptionFieldSorter |
![]() |
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to @Internal
elements).
LuceneFieldSorter
implementation for CascadingOption
.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
customField | |||||||||||
selectConverter |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A comparator that can be used to order objects returned by
getValueFromLuceneField(String) . | |||||||||||
Get the constant that this field is indexed with.
| |||||||||||
Convert the lucene document field back to the object that you wish to use to display it.
|
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||
![]()
|
A comparator that can be used to order objects returned by getValueFromLuceneField(String)
.
The Comparator must be reentrant as it could be used by Lucene from multiple threads at once.
Convert the lucene document field back to the object that you wish to use to display it.
eg. '1000' -> Version 1.
For custom fields, the return value will be passed to
getStatHtml(com.atlassian.jira.issue.fields.CustomField, Object, String)
documentValue | The value of the field in the lucene index |
---|