02 2023 档案
摘要:org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate#ElasticsearchRestTemplate(org.elasticsearch.client.RestHighLevelClient, org.spri
阅读全文
摘要:Building Resilient Microservice Workflows with Temporal: A Next-Gen Workflow Enginehttps://medium.com/safetycultureengineering/building-resilient-micr
阅读全文
摘要:GROUP_CONCAT SUBSTRING_INDEX例子:SUBSTRING_INDEX(GROUP_CONCAT(ll.x order by ll.seq desc, ll.create desc ), ",", 2) mysql中函数CONCAT及GROUP_CONCAT的使用https:/
阅读全文
摘要:重排序任务在搜索、推荐领域已有不少研究工作和落地实践,核心解决的问题是从 N 个结果候选中,生成 Top-K 个结果的排列。 用户直接的交互行为序列(曝光、点击等) 当我们查询 ES 以获取要提供的推荐时,我们需要发送要跳过的用户列表。例如,您最近见过的用户和您已经匹配的用户不应再向您推荐。对于非常
阅读全文
摘要:kafka的2个topic,如果2个 ConsumerConfig配置不一样。 @KafkaListener(id = "${groupId}", topics={"TOPIC"}, containerFactory = "DefinekafkaListenerContainerFactory")
阅读全文
摘要:elastic-job服务启动报错,报错信息: org.quartz.SchedulerException: Job threw an unhandled exception.at org.quartz.core.JobRunShell.run(JobRunShell.java:213)at org
阅读全文
摘要:// 查询结果的排序,.missing("_last")https://doc.yonyoucloud.com/doc/mastering-elasticsearch/chapter-2/25_README.html //ES多字段匹配查询时的权重控制,multiMatchQuery、QueryBu
阅读全文
摘要:Maven pom.xml 设置 repository,不生效 https://www.cnblogs.com/erlou96/p/13031144.htmlhttps://blog.csdn.net/liu_xue_xue/article/details/107544299 maven: depe
阅读全文
摘要:easyExcel https://github.com/alibaba/easyexcelhttps://ost.51cto.com/posts/12047https://www.jianshu.com/p/4242556280fa 源码阅读,主要关注:@ExcelProperty com.ali
阅读全文