package
0.0.0-20201013133145-f4c30acb3704
Repository: https://github.com/go-ego/riot.git
Documentation: pkg.go.dev

# Functions

AddDocInfo add documents info.
AddDocInfosShard add document infos shard.
AddInvertedIndexShard add inverted index shard.
AddKeywordIndices add keyword indices.
Asc asc.
Desc desc.
IsDocExist doc is exist.
IsSortedAsc sorted by Asc.
IsSortedDesc sorted by Desc.
StableAsc stable Asc.
StableDesc stable desc.

# Variables

DocInfoGroup 文档信息 [shard][id]info.
InvertedIndexGroup 反向索引表([shard][关键词]反向索引表).

# Structs

Indexer 索引器.
KeywordIndices 反向索引表的一行,收集了一个搜索键出现的所有文档,按照DocId从小到大排序。.
Ranker ranker.