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.");
Stringmsg=String.format("Error encountered in creating the copy field from %s to %s for collection %s.",srcFieldName,mappedCopyFieldName,collectionName);
LOG.error(msg);
thrownewRuntimeException(msg,e);
LOG.info("Attempting to create free text request handler {} for collection {}",FREETEXT_REQUEST_HANDLER,collectionName);