(
&self,
tid: u64,
collection: &str,
doc_id: Surrogate,
length: u32,
)
| 131 | } |
| 132 | |
| 133 | fn write_doc_length( |
| 134 | &self, |
| 135 | tid: u64, |
| 136 | collection: &str, |
| 137 | doc_id: Surrogate, |
| 138 | length: u32, |
| 139 | ) -> crate::Result<()> { |
| 140 | super::doc_lengths::write(self, tid, collection, doc_id, length) |
| 141 | } |
| 142 | |
| 143 | fn remove_doc_length( |
| 144 | &self, |