"to edit any content of this collection. Changing content of this collection " +
"may result in unexpected behaviors.";
systemCollection.setDescription(systemDesc);
systemRegistry.put("/system", systemCollection);
Collection advancedQueryCollection = systemRegistry.newCollection();
String advaceDesc = "This collection is used to store auto generated queries " +
"to support various combinations of advanced search criteria. " +
"This is initialy empty and gets filled as advanced search is " +
"executed from the web UI.";
advancedQueryCollection.setDescription(advaceDesc);