web app external to CQ - searching for CQ content via QueryBuilder API
I have requirements to build a web application external to CQ that will search for CQ content.
I would like to use the QueryBuilder API. For the application external to CQ, What jar / how do I get the jar from CQ? From the Felix Console, it looks like I need this jar "/libs/cq/search/install/cq-search-5.4.6.jar" , but not finding it.
Can I use JackRabbit to get my session and then use the QueryBuilder object in an application external to CQ ?
I am also calling the CQ QueryBuilder API via REST calls. But I would like to do this in backend java code...
Thank You.