-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
11.0.3.Final
-
None
-
Workaround Exists
-
Consider the protofile:
/* @Indexed */ message ProcessInstance { /* @Field(store = Store.YES) */ optional ProcessInstanceError error = 14; } /* @Indexed */ message ProcessInstanceError { /* @Field(store = Store.YES) * @SortableField */ optional string nodeDefinitionId = 1; /* @Field(store = Store.YES) * @SortableField */ optional string message = 2; }
The sortable annotations in the subtype are not taken into consideration and the query fails with:
SearchException: HSEARCH000301: Requested sort field(s) error.nodeDefinitionId are not configured for entity type org.infinispan.query.remote.impl.indexing.ProtobufValueWrapper mapped to index processinstances_protobuf, thus an uninverting reader must be created. You should declare the missing sort fields using @SortableField.
- is related to
-
KOGITO-2922 Bump Infinispan to 11.0.1.Final
- Closed