Shared access to the underlying redb FTS backend. Exposes the raw `FtsBackend` methods for maintenance operations such as bulk postings snapshot and restore used by concurrent index rebuild.
(&self)
| 40 | /// Exposes the raw `FtsBackend` methods for maintenance operations such as |
| 41 | /// bulk postings snapshot and restore used by concurrent index rebuild. |
| 42 | pub fn backend(&self) -> &RedbFtsBackend { |
| 43 | self.inner.backend() |
| 44 | } |
| 45 | |
| 46 | /// Mutable access to the underlying redb FTS backend. |
| 47 | pub fn backend_mut(&mut self) -> &mut RedbFtsBackend { |
no outgoing calls
no test coverage detected