Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ with_index
Method
with_index
nodedb/src/engine/document/store/config.rs:42–45 ·
view source on GitHub ↗
(mut self, path: &str)
Source
from the content-addressed store, hash-verified
40
}
41
42
pub fn with_index(mut self, path: &str) -> Self {
43
self.index_paths.push(IndexPath::new(path));
44
self
45
}
46
47
pub fn with_crdt(mut self) -> Self {
48
self.crdt_enabled = true;
Callers
5
secondary_index_extraction
Function · 0.80
array_index_extraction
Function · 0.80
nested_field_index
Function · 0.80
put_raw_with_index_extraction
Function · 0.80
secondary_index_reflects_each_version_independently
Function · 0.80
Calls
1
push
Method · 0.45
Tested by
5
secondary_index_extraction
Function · 0.64
array_index_extraction
Function · 0.64
nested_field_index
Function · 0.64
put_raw_with_index_extraction
Function · 0.64
secondary_index_reflects_each_version_independently
Function · 0.64