On 2013-11-25 15:19, Marcel Reutegger wrote:
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?

Yes.

In the meantime I see the test is executing here as well. Dunno what I was thinking. Sorry.

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.
...

OK.

Can we clarify whether support for anything *but* "_modified" will ever be needed?

Best regards, Julian

Reply via email to