A customer is having trouble with some search queries and provides the following information:The logs show the following warring occurs many times:*WARN* Traversed 1000 nodes with filter Filter (query = SELECt ..)The Client has more than 100000 stored in their AEM instanceThe client uses a custom page property to help search for pages of a given typeWhat should the AEM Developer do to help resolve the client’s issue?
A developer needs to create a new component called “Component A”. Component A must show a list of other components that all have a resource type of existing “Component B”. Component A must render this list of tiles for each Component B where the tile rendering is different from the default one. The list of rendered tiles must be reusable by future new components. How should the developer implement this functionality?
In an instance of AEM, queries with full-text conditions are not working as expected. A developer creates a new node under oak:index and names the node LucenedIndex. Which properties and values need to be added to this node to make the node a full text index? (Choose two answers.)
A customer has the requirement to use SAML authentication on AEM using their SAML 2.0compatible IDP.Example:AEM: www.wknd.com/content/siteB/index.htmlIDP: https://www.idpB.comHow should an AEM Developer configure their SAML Authentication Handler?