没有合适的资源?快使用搜索试试~ 我知道了~
xedni:此项目实现了反向索引,通常用于提供全文本搜索
共35个文件
go:22个
yml:4个
json:2个
需积分: 10 0 下载量 50 浏览量
2021-02-18
20:32:24
上传
评论
收藏 37KB ZIP 举报
温馨提示
倒排索引API 介绍 一种使用倒排索引实现有效搜索功能的API。 倒排索引不是将文档对象映射到它包含的术语数组,而是将术语映射到包含它的文档数组。 换句话说,倒排索引包含每个文档中每个单词的频率。 入门 在本地构建和运行 git clone https://github.com/tsvetinaSpasova/xedni.git cd xedni make go-run 从文档创建索引 cd examples ./index.sh 搜索词项索引 cd examples ./search.sh 运行测试 make go-test 运行基准 make go-bench 倒排索引的优势 倒排索引允许快速的全文本搜索,但当将文档添加到数据库时,其代价是处理量增加。 有用的链接 参考 特别感谢
资源推荐
资源详情
资源评论
收起资源包目录
xedni-main.zip (35个子文件)
xedni-main
pkg
infrastructure
log
zerolog.go 426B
storage
memory
document.go 841B
term.go 789B
file
document.go 1KB
term.go 1KB
domain
tokenization
tokenization_test.go 1KB
tokenization.go 2KB
document
document.go 542B
document_test.go 576B
web
document
handler.go 3KB
response.go 2KB
handler_test.go 4KB
request.go 945B
error
response.go 916B
main.go 4KB
configuration
application.go 2KB
service
index_test.go 3KB
index.go 2KB
cmd
server.go 1KB
root.go 527B
Makefile.GO 712B
resources
config
acceptance.yml 30B
production.yml 30B
test.yml 42B
development.yml 28B
main.go 65B
examples
example-search.json 37B
index.sh 151B
example-index.json 363B
search.sh 112B
.gitignore 5B
Makefile 42B
go.sum 35KB
README.md 2KB
go.mod 395B
共 35 条
- 1
资源评论
快快跑起来
- 粉丝: 21
- 资源: 4626
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功