Improvise the Search Index


Conquering the necessary query is a battle half won (Read QueryBuilder API).  The other crucial aspect of Search in AEM is indexing. Many times it happens that even after the Query is well written with correct predicates, it results in slow executions and traversals of the repository. This can prove to be an expensive request…

Digest the Query Builder API


A lot of times I have experienced and seen that Heavy Queries are mostly responsible for the bad page load speeds and performance of the application.  We all have used Query Builder API in some form or another , but a lot of times we miss its complete potential. Through this post I want to…

GitHub Project


Hi, Watch out this GitHub space – https://github.com/hashimkhan786 where I would be sharing a lot of useful scripts and code for everyone to pick or enhance and contribute to the AEM community. Feel free to clone the repository and use in your projects or if you think you can contribute to the repositories you are most…

Query Builder


Search is always the backbone of many functionalities in an AEM application . It becomes quite critical in Business scenarios to implement the most Optimized Query which fetches the best possible result. To perform search in AEM , Query Builder is highly recommended over simple SQL / XPATH query statements. The Query Builder , if…

Useful Links


Hi Guys, Through this page I would be sharing all the important Links which become quite useful and handy while executing projects and for quick reference . I am using these myself and so may the world . I would be updating and categorizing them whenever I will find something worthy. Keep this page as a bookmark…

Adventures with Groovy Script


Hi Friends, Throughout my project experiences , I have been surrounded with quite challenging tasks. One of that was exploring Groovy Script. By this blog post , I would try to make you familiar with Groovy and I am sure by the end of it, you will be loving this language. Check out all the…