Hi,

> On 2013-11-25 11:13, Marcel Reutegger wrote:
> > it is used by the MongoMK.diffManyChildren() method.
> 
> Yes, and it seems the only property that ever gets passed as
> indexedProperty is "_modified".

yes, this is correct. MongoMK expects this property is indexed
and the implementation can efficiently filter based on this
property.

> > At least MongoMKDiffTest triggers this method, but it
> > only runs when you have a local MongoDB instance running.
> 
> But that test apparently doesn't get triggered by "mvn test
> -PintegrationTesting"???

it does get triggered on my machine. are you running the maven
command in oak-core and have MongoDB running on localhost
with the default port?

> It would be really good to understand whether this is an essential MK
> feature or not.

the feature is required to efficiently find out which child nodes
were added, removed or changed.

Regards
 Marcel

Reply via email to