Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【feat】多路召回数据存储列表 #16

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

ZWJason
Copy link
Collaborator

@ZWJason ZWJason commented Jan 9, 2025

使用组合模式存储多路召回结果,叶子节点存储结果并执行业务粗筛逻辑,容器组合叶子节点
src/main/java/com/search/docsearch/multirecall/composite/Component.java 组合接口类
src/main/java/com/search/docsearch/multirecall/composite/DataComposite.java 容器类
src/main/java/com/search/docsearch/multirecall/composite/cdata/EsRecallData.java es索引召回结果与粗筛逻辑框架
src/main/java/com/search/docsearch/multirecall/composite/cdata/GRecallData.java google召回结果与粗筛逻辑框架
src/test/java/com/search/docsearch/CompositeTest.java 容器单元测试
src/test/java/com/search/docsearch/TestRecallData.java 异常结果类,用于模拟粗筛业务执行失败

@ZWJason ZWJason requested a review from GeorgeCao-hw January 9, 2025 07:01
@2511689622 2511689622 closed this Jan 9, 2025
@2511689622 2511689622 reopened this Jan 9, 2025
@shishupei
Copy link

开始门禁检查,等门禁检查通过后可以合入

Copy link
Contributor

@GeorgeCao-hw GeorgeCao-hw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@shishupei
Copy link

检查项 状态 日志
Check代码检查 查看日志
敏感信息扫描 查看日志
安全编码扫描 查看日志
流水线链接 点击跳转

@GeorgeCao-hw GeorgeCao-hw merged commit f6f9c84 into release/multiRecall Jan 9, 2025
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants