Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Querying for Male entities by Address fails againg RdfIndexer, if Address is not declared as a ValueComposite.
Steps to reproduce: Remove "extends ValueComposte" for org.apache.zest.test.indexing.model.Address.
This causes RdfQueryTest#script32 to fail (the corresponding testcase against ElasticSearch still works).
The bug is probably inside EntityStateSerializer#serializePropert:
if( valueType instanceof ValueCompositeType )
{ ... }else
{ ... }