@Transactional
public void createIndex(Model model) {
try{
CompassSession session = getCompassSession();
try {
session.create(model);
} catch (Exception e) {
String info=e.getMessage();
LOG.error("创建索引失败", e);
LOG.error("Failed in building index", e, Locale.ENGLISH);