I have installed 3 author clusters on a single mongoDB. The activation process takes long than a TAR MK author. When I checked the logs in debug mode , lucene indexing was going on. Will lucene indexing slow down the publishing process?
I am trying to create all the components and properties from scratch. Just trying to find which property will enable the components to be displayed in tocuh UI. Also I use classic UI to assign components to parsys using sidekick. Is there anyway to do the same in Touch UI ?
Is it possible to create and develop components outside CRXDE Lite ? I am using brackets IDE.I create it inside CRXDE Lite and import to brackets.Anyway to create AEM project apart from maven command ?
I want to access one sightly variable in another sightly object .Eg :i have one sightly variable ${temp} which is an integerI want to use the above variable in sightly array variables ${variable.arrayObj[${temp}]}Is there any i can access ${temp} with the array object ?