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? | Community
Skip to main content
prakashvb
Level 2
April 28, 2022
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?

  • April 28, 2022
  • 1 reply
  • 963 views
No text available
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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

 

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
April 28, 2022

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