MCPcopy Create free account
hub / github.com/TruthHun/BookStack / ElasticSearchCount

Struct ElasticSearchCount

models/elasticsearch.go:51–59  ·  view source on GitHub ↗

统计信息结构

Source from the content-addressed store, hash-verified

49
50//统计信息结构
51type ElasticSearchCount struct {
52 Shards struct {
53 Failed int `json:"failed"`
54 Skipped int `json:"skipped"`
55 Successful int `json:"successful"`
56 Total int `json:"total"`
57 } `json:"_shards"`
58 Count int `json:"count"`
59}
60
61// 分词
62type Token struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected