Solr as an Oak Index
Hi,
We're trying to integrate solr with AEM . We're following solr as an oak index approach. Followed steps mentioned on https://experienceleague.adobe.com/docs/experience-manager-65/deploying/deploying/queries-and-indexing.html?lang=en . I was able to index data at '/' level by creating solr type index.
How do i restrict it by paths ? i want to index all content under /content/dam/* to a solr collection.
I do see below option in solr query configuration
Use for path restrictions
If set to true the Solr index will be used also for filtering nodes by path restrictions.
Default is ‘false’. Need help in where exactly we need to mention the path