Class LocalDateFieldSorter
java.lang.Object
com.atlassian.jira.lucene.internal.issue.statistics.LocalDateFieldSorter
- All Implemented Interfaces:
FieldValueLoader<LocalDate>
@Deprecated(since="11",
forRemoval=true)
@Internal
public class LocalDateFieldSorter
extends Object
implements FieldValueLoader<LocalDate>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionLocalDateFieldSorter(String documentConstant) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionfield()Deprecated, for removal: This API element is subject to removal in a future version.Get the field name that this field is indexed with.Deprecated, for removal: This API element is subject to removal in a future version.A comparator by which the resulting values should be ordered when multiple values are present.Deprecated, for removal: This API element is subject to removal in a future version.Convert the document field back to the object that you wish to use to display it.
-
Constructor Details
-
LocalDateFieldSorter
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
field
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FieldValueLoaderGet the field name that this field is indexed with.- Specified by:
fieldin interfaceFieldValueLoader<LocalDate>
-
loadValue
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FieldValueLoaderConvert the document field back to the object that you wish to use to display it.e.g. '1000' -> Version 1.
For custom fields, the return value will be passed to
CustomFieldSearcherModuleDescriptor.getStatHtml(com.atlassian.jira.issue.fields.CustomField, Object, String)- Specified by:
loadValuein interfaceFieldValueLoader<LocalDate>- Parameters:
documentValue- The value of the field in the index or null if no values exist- Returns:
- The value that will be passed to the display
-
getComparator
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FieldValueLoaderA comparator by which the resulting values should be ordered when multiple values are present.The Comparator must be reentrant as it could be used by Lucene from multiple threads at once.
- Specified by:
getComparatorin interfaceFieldValueLoader<LocalDate>
-
instead