[
https://issues.apache.org/jira/browse/ZEST-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587661#comment-14587661
]
Paul Merlin commented on ZEST-31:
---------------------------------
The ES indexer by default traverse all @Aggregated associations to index
aggregates as a whole.
FYI, the {{indexNonAggregatedAssociations}} configuration property allows to do
the same even on non-@Aggregated associations.
But I suspect you didn't need to change this config to get the error.
Looks like {{AbstractQueryTest}} is missing some cases. Would it be possible to
isolate the issue to a simple test case?
> ElasticSearch Query dereferences Associations
> ---------------------------------------------
>
> Key: ZEST-31
> URL: https://issues.apache.org/jira/browse/ZEST-31
> Project: Zest
> Issue Type: Bug
> Reporter: Niclas Hedhman
>
> I think there is a problem in the ElasticSearch Query system, when it comes
> to handling Associations. I haven't investigated yet, but it tried to
> dereference the EntityReference of an Association, which of course causes an
> EntityTypeNotFoundException, since originating Module is down in the Infra
> Layer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)