On 13.11.2013, at 09:16, Angela Schreiber <[email protected]> wrote: > while i can see some benefit of having index definitions with > the content being index i am not happy with having the > built in index definitions underneath the root node. is is for > sure asking for troubles as the /jcr:system is generally protected > in some way while the root node is very often defined to be > readable to everyone (imagine our regular publish setup).
I agree, built-in indexes should be under /jcr:system. If the oak:index nodes can be everywhere (close to the content to be indexed), which IMO is useful for applications, then you are free to put the built-in indexes everwhere. And for that /jcr:system makes a lot of sense, more than the root node. Cheers, Alex
