Class StandardDataQueryFields

java.lang.Object
com.flowable.indexing.query.builder.standard.StandardDataQueryFields

public abstract class StandardDataQueryFields extends Object
  • Field Details

    • FIELDS_WITH_EXTRA_FIELDS

      public static Map<String,String> FIELDS_WITH_EXTRA_FIELDS
      Some fields, when used as a return result in the standard data query, will need the field and other fields. For example 'name' and 'nameKeyword' need to be both used when using 'name', as ES can only apply sorting on keywords.
    • EXTRA_FIELD_TO_ORIGINAL

      public static Map<String,String> EXTRA_FIELD_TO_ORIGINAL
      Reverse mapping from the extra (keyword) field back to the original field. This is needed because OpenSearch's fields API does not return copy_to target fields, so we need to fall back to the original field when the keyword field is missing from the response.
  • Constructor Details

    • StandardDataQueryFields

      public StandardDataQueryFields()