-
Bug
-
Resolution: Done
-
Major
-
15.0.0.Final
-
None
The REST server reports the error message:
Unexpected error code 400: {"error":{"message":"Error executing search","cause":"Don't know how to convert to Json : WrappedMessage{value=[B@20968c47}"}}
when we try to execute queries like:
select i from Item i where i.floatVector <-> [7.1,7.0,3.1]~3
or
select i, score(i) from Item i where i.floatVector <-> [7.1,7.0,3.1]~3
and the entity is like the following:
{ "_type": "Item", "code": "c1", "byteVector": "AQEB", "floatVector": [ 1.1, 1.1, 1.1 ], "buggy": "bla 1" }