Glovanni, These are a couple of files in my open source project that may be of some help:
https://github.com/Clay-Ferguson/meta64/blob/master/src/main/java/com/meta64/mobile/service/NodeSearchService.java https://github.com/Clay-Ferguson/meta64/blob/master/src/main/java/com/meta64/mobile/repo/OakRepository.java NodeSearchService.java builds a query that can search for a specific value in a specific property. Best regards, Clay Ferguson [email protected] On Thu, May 12, 2016 at 6:45 AM, Giovanni L <[email protected]> wrote: > We are using Jackrabbit Oak in a project, and i'm investigating indexes, > since we do a lot of queries filters on node names. I read you can build a > lucene index on a node name, and I was wondering if you could do the same > using a PropertyIndex. I tried to get the "propertyNames" empty in the > index > definition (as stated in the PropertyIndex javadoc), or using "jcr:name" as > a indexed property (as I read in another post in this mailing list), but > neither did the trick. > Does anybody know how to do, if there's a way to do that? > > Thanks, > Giovanni > > > > -- > View this message in context: > http://jackrabbit.510166.n4.nabble.com/Oak-PropertyIndex-on-node-name-tp4664034.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. >
