09 2018 档案

摘要:POST property_sql/property_info/_update_by_query { "script": { "lang": "painless", "inline": "ctx._source.published = 1" } } 效果 阅读全文
posted @ 2018-09-26 16:03 qwer78 阅读(70) 评论(0) 推荐(0)
摘要:private static ArrayList<InformationDetailVo> removeDuplicate(List<InformationDetailVo> list) { Set<InformationDetailVo> set = new TreeSet<>(Comparato 阅读全文
posted @ 2018-09-10 16:24 qwer78 阅读(24) 评论(0) 推荐(0)
摘要:@GetMapping({"/addSearchIndexBySite"}) public JsonResult addSearchIndexBySite(@RequestParam(required = false) String site) throws SchedulerException, 阅读全文
posted @ 2018-09-04 12:55 qwer78 阅读(355) 评论(0) 推荐(0)