Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/cbft
/ DocCount
Method
DocCount
cache_bleve.go:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
func
(m *cacheBleveIndex) DocCount() (uint64, error) {
100
return
m.bindex.DocCount()
101
}
102
103
func
(m *cacheBleveIndex) Search(req *bleve.SearchRequest) (
104
*bleve.SearchResult, error) {
Callers
nothing calls this directly
Calls
1
DocCount
Method · 0.65
Tested by
no test coverage detected