search

command module
v0.0.0-...-5465ba9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2022 License: MIT Imports: 4 Imported by: 0

README

开源倒排搜索服务

目录结构

  • core 倒排,索引存储,搜索
  • api 提供接口,封装的实现
  • http_service 提供http接口
  • http_manage 提供http 管理界面接口
  • tcp_service 提供tcp接口
  • grpc_service 提供grpc接口
  • utils 公共方法

概念

term : 索引词 lexicon : 索引词组,是一个树,前最树 inverted file : 存储倒排列表的数据文件 postingList : 倒排列表

排序

排序规则 : 时序,排序值,词频 综合排序 : 时序 > 词频 自定义排序: 排序值 > 时序

分词

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
script
add_npp_doc
将niupp 的文章写入到
将niupp 的文章写入到

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL