Query builder error handling
Hi ,
I am trying to do a full text search using query builder in aem . The requirement is to do a full text search on a large number of nodes . If the number exceeds the limitread I am catching the exception in code and doing full text search on the child nodes of that search path .
But after getting the exception , when I am trying to do a full text search on one of the child node paths I am getting the same error although there are not much nodes under that child node .
I could avoid the error by changing the search path in the first place or by increasing the limitread . But the requirement is to handle it and search under child node .
Please suggest a solution .