Tag:search
All the articles with the tag "search".
lucene 编译安装
Posted on:June 19, 2022 at 08:49 PM# 背景 需要编译和了解lucene代码 # 编译 因为lucene锁死了版本,所以要切换成jdk17,我本地是jdk18 ## clone代码 ``` ## clone 代码 git
bm25 and search
Posted on:July 7, 2020 at 01:25 PM## 背景 搜索往往需要排序,对不同文档做排序,有很多很多模型。其中一个模型叫`BM25`。 在lucene里面,实现类是 `lucene/core/src/java/org/apache/lu