LOG.error("The indexing system is not solr based. Copy fields can not be created in non SOLR based indexing systems. This request will be treated as no op.");
//2) if update fails, try creating request handler
try{
LOG.info("Attempting to update free text request handler {} for collection {}",FREETEXT_REQUEST_HANDLER,collectionName);
LOG.info("Attempting to create free text request handler {} for collection {}",FREETEXT_REQUEST_HANDLER,collectionName);
}catch(SolrServerException|IOExceptione){
Stringmsg=String.format("Error encountered in creating the copy field from %s to %s for collection %s.",srcFieldName,mappedCopyFieldName,collectionName);