On Fri, Jul 24, 2015 at 12:56 PM, Michael Marth <[email protected]> wrote: > Would the indexer need to be Lucene-based?
Need not be. The reason I preferred using Lucene is that current property index only support single condition evaluation. Having a Lucene based impl would allow most of current JCR Query -> Lucene Query mapping logic getting reused as is. But yes it would be an interesting approach where instead of doing this as Lucene query index level QE can work with both indexes and combine the results. So an aspect to keep in mind Chetan Mehrotra
