Hi ,
I have integrated solr with AEM .I looking to filter search results based on user role/group. Any pointers would help.
Solved! Go to Solution.
Views
Replies
Total Likes
Just set the acl & automatically it will filtered. because indexing happens at repository level [1], ACLs are handled by the Oak query engine. When you execute a query Oak query engine is called & automatically applies the permission.
Views
Replies
Total Likes
Just set the acl & automatically it will filtered. because indexing happens at repository level [1], ACLs are handled by the Oak query engine. When you execute a query Oak query engine is called & automatically applies the permission.
Views
Replies
Total Likes
Hi Sham ,
Thanks for the reply. I have integrated with external Solr server and written a java class to directly search on external Solr server.
One more question i have , As per my understanding internal indexing process for embedded Solr server implements Observer to track JCR events and Observer is not cluster/topology aware so if i have N nodes in my cluster same event will create N threads to index the data, is my understanding correct ?
Views
Replies
Total Likes