Hi Aanchal, Yes, reindex completed after change.The path to tm:feedItem is: /content/refdata/RssFeeds/ninesport.tm:feedItem has below child nodes:tm:doNotShow, tm:doNotUpdate and tm:pinned. Regards,Eddie
Hi Arun, Thanks for your reply.The index has been named as mhp.news-1-custom-1 according to the naming pattern by Adobe. <prefix>.<indexName>-<productVersion>-custom-<customVersion> Regards, Eddie
Hi community members, I've created below custom oak:index in my local instance with aem-sdk 20230713T151945Z-230601. <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:tm="internal"compatVersion="{Long}2"async="async"jcr:primaryType="oak:QueryIndexDefinition...
Hi,I am implementing a component which can validate email address.For using MX record to validate email, I need to use jndi as below:int doLookup( String hostName ) throws NamingException { Hashtable env = new Hashtable(); env.put("java.naming.factory.initial", "com.sun.jndi.d...