Class StandardDataQueryFields
java.lang.Object
com.flowable.indexing.query.builder.standard.StandardDataQueryFields
-
Field Summary
FieldsModifier and TypeFieldDescriptionReverse mapping from the extra (keyword) field back to the original field.Some fields, when used as a return result in the standard data query, will need the field and other fields. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FIELDS_WITH_EXTRA_FIELDS
-
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()
-