System.out.println("EntityAggregationUtils.synchronizeEntityFeature, synchronize: " + new StringBuffer(entityFeature.getIndex()).append(':').append(communityId).toString() + " = " +
IndexManager.mapToIndex(entityFeature, new EntityFeaturePojoIndexMap()));
}
else {
ElasticSearchManager esm = IndexManager.getIndex(EntityFeaturePojoIndexMap.indexName_);
esm.addDocument(entityFeature, new EntityFeaturePojoIndexMap(), null, true);
//(_id is set by the index map to index:communityId)
}
}//TESTED (by eye, mostly cut-and-paste from test Beta)
///////////////////////////////////////////////////////////////////////////////////////