Expand my Community achievements bar.

SOLVED

i want to query builder should use custom index like in Xpath we have filter "option (index name testindex)" how to user same syntax in query biulder?

Avatar

Level 2
 
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can't do it in query builder. you can use xpath queries, because at the end the queries converted to xpath.

https://jackrabbit.apache.org/oak/docs/query/lucene.html#native-query

 



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

You can't do it in query builder. you can use xpath queries, because at the end the queries converted to xpath.

https://jackrabbit.apache.org/oak/docs/query/lucene.html#native-query

 



Arun Patidar