Okay, for point 3.Purpose behind using MongoMK with AEM 6 standalone not clustering is to avoid migration from TarMK to MongoMK in future when clustering will be covered/required. I believe migration is little bigger effort.When you say huge performance difference between MongoMK and TarMK,, that gi...
I am referencing this document http://adobedocsdiff.headwire.com/sitediff/serve/2015-01-29/data/docs/en/aem/6-0/deploy/recommended-deploys.html for Oak Cluster with Sharded MongoDB.Let me ask few questions.Question1. Can we have Router/Mongos and one of MongoDB Primary Server on Same box where AEM ...
Hi as instruction provided here http://dev.day.com/docs/en/aem/6-0/deploy/upgrade.html#Migrating to MongoDB .. Did you get it done? Please share if you have done. Thanks CHandra
Hi All,In CQ5 6.1 , trying to use fuzzy search of course that gives better result but query execution time is way higher than keyword search Here is example.With fuzzy search keyword “mp0f”04.08.2015 12:44:55.383 *INFO* [0:0:0:0:0:0:0:1 [1438706694906] GET /content/abc/search-results.html HTTP/1.1] ...
CQ5 gem http://dev.day.com/content/ddc/en/gems/commerce-framework.html is really cool to start AEM+hybris integration with sample project provided over here.https://github.com/paolomoz/cq-commerce-impl-sample in github.I downloaded package and build it all appears good in system console and then as ...
Right Justin,Here is piece of code it might be useful for other. public void characters(char[] ac, int i, int j) throws SAXException{ String str = new String (ac, i, j); LOG.info(" Str) if(str.contains("{chandra}")){ ...