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.
since 11, will be removed in Jira 11. Use instead
  • Constructor Summary

    Constructors
    Constructor
    Description
    LocalDateFieldSorter(String documentConstant)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    loadValue(String documentValue)
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocalDateFieldSorter

      public LocalDateFieldSorter(String documentConstant)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details