Class FieldIndexerUtil

java.lang.Object
com.atlassian.jira.issue.index.indexers.impl.FieldIndexerUtil

@Internal public class FieldIndexerUtil extends Object
Used for doing simple indexing stuff.
Since:
v4.0
  • Field Details

    • EMPTY_SORT_STRING_VALUE

      public static final String EMPTY_SORT_STRING_VALUE
    • MAX_SORT_LENGTH

      public static final int MAX_SORT_LENGTH
      See Also:
  • Method Details

    • getOrDefault

      public static String getOrDefault(String fieldValue, String defaultValue)
    • getValueForSorting

      public static String getValueForSorting(String fieldValue)