I am getting following error while building the wcm core components from GIT.Failed to execute goal org.apache.felix:maven-bundle-plugin:3.2.0:baseline (baseline) on project core.wcm.components.core: Artifact com.adobe.cq:core.wcm.components.core:bundle:2.0.6:compile does not exist on local/remote r...
Hi,This is Venkat Janapati and I started my career as java devloper/lead and moved to AEM development 3 years ago. Currently working for Dun &Bradstreet on their marketing platform.I love playing sports and reading/teaching gita in the weekends.Venkat
Thanks for your reply.If the content changes, then how does the reindex works?I dont want to run the reindex often. probably I wanted to run every day or once in 2 days. how do I do that?
I could not find a property to set lucene reindex frequency, however I could find reindex frequency for suggestion index.Does any one know the property? I could not find even in cheatsheet or in lucene documentation. Thanksvenkat
Here is the configuration:<lucene-suggest jcr:primaryType="oak:QueryIndexDefinition" async="async" compatVersion="{Long}2" evaluatePathRestrictions="{Boolean}true" includedPaths="[/content/mysite/en/home]" reindex="{Boolean}false" reindexCount="{Long}...
Hi, I am trying to implement auto suggest in AEM 6.1. I tried "/jcr:root[rep:suggest('term')]/(rep:suggest())" and it seems to do what it is supposed to do.I get all the suggestions for a given term. The index breaks down all words by space etc..I need to have following features:I wanted to get sugg...
I am currently using xpath search for several reasons. However I didn't find TotalMatch Count on QueryResult class like SearchResult object using QueryBuilder. QueryManager qm=session.getWorkspace().getQueryManager(); Query query = qm.createQuery(xpathQuery.toString(), Query.XP...