当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
72 Star 200 Fork 0

vz / riot
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
realtime_indexing.md 633 Bytes
一键复制 编辑 原始数据 按行查看 历史
vz 提交于 2018-07-04 22:27 . update docs

Dynamically modify the index table

The riot engine supports searching while adding an index (engine.Index function), but as indexes are indexed and write-locked when added, search performance decreases as indexes are added. Please control the frequency of additions or move a large number of add-ons to engines when they are idle. Deleting a document (engine.RemoveDoc function) has the same problem.

The riot engine supports cache insert and delete index operations, bulk insert and delete documents to improve performance. The delete operation also supports custom rating fields that delete the document from the sorter.

Go
1
https://gitee.com/veni0/riot.git
git@gitee.com:veni0/riot.git
veni0
riot
riot
master

搜索帮助