Re: Custom index type

2016-10-13 Thread rachna
Hi Clay & Thomas, Thanks for your replies. We have previously developed a feature that uses the tag management system inside of AEM. The current business logic performs a search against the repository using the tags associated with the content page. As part of this business logic, the decendants

Re: Custom index type

2016-10-13 Thread Clay Ferguson
With all due respect it very much sounds like you are doing this hard way, if not the impossible way. Here's an example of some of my search code: *https://github.com/Clay-Ferguson/meta64/blob/master/src/main/java/com/meta64/mobile/service/NodeSearchService.java