On Fri, Feb 26, 2016 at 12:17 AM, Leonardo Rodriguez-Velez <[email protected]> wrote: > > select [jcr:path] from [nt:base] where native('LuceneIndexTest', > 'merchant_id:[merchant-704658 merchant-704658])
Any reason for resorting to native lucene query here? As while using that you would need to rely on how oak-lucene maps JCR properties to Lucene Document properties. So would be interested to know the requirement here. You can achieve the same thing using std JCR query also Chetan Mehrotra
