Hi @Zendarkke ,
Try query to get the count from pages.
Example :
SELECT COUNT(*)FROM [nt:base] AS rootWHERE ISDEEP TRUE AND root.[jcr:primaryType] = 'nt:unstructured'AND root.[jcr:content/@sling:resourceType] LIKE '/apps/%'
Thanks
Hi @konstantyn_diachenko ,
Kindly refer for stopwords implementation
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/custom-oak-indexes-aem-part-3-stop-words-aem-community-blog/td-p/410439
Thanks