You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by "Niclas Hedhman (JIRA)" <ji...@apache.org> on 2015/12/14 03:48:46 UTC

[jira] [Commented] (ZEST-132) Improve Indexing/Query Semantics

    [ https://issues.apache.org/jira/browse/ZEST-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15055339#comment-15055339 ] 

Niclas Hedhman commented on ZEST-132:
-------------------------------------

Further, the whole Indexing/Query subsystem seems to be messy. Both integrated with the UnitOfWork, and at the same time tried to be separate. And then there also seem to be an additional parallel system in place, which may not be used.

> Improve Indexing/Query Semantics
> --------------------------------
>
>                 Key: ZEST-132
>                 URL: https://issues.apache.org/jira/browse/ZEST-132
>             Project: Zest
>          Issue Type: Bug
>            Reporter: Kent Sølvsten
>             Fix For: 3.0
>
>
> The current Indexer/Query semantics are not consistent with the EntityStore semantics and needs to be fixed.
> I can query for an existing entity, IF i can see it's model, AND
> i can see an indexer, AND the entitystore in which the entity is
> persisted can see the same indexer.
> For the EntityStore case, I can get an existing entity if and only if i can see it's model (according to visibility rules).
> The latter should be the case for Query as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)