pub struct LSHIndex { /* private fields */ }Expand description
LSH Index for document IDs. Stores document IDs in a hashmap of hash values to document IDs. This allows for efficient lookup of document IDs by hash value.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LSHIndex
impl RefUnwindSafe for LSHIndex
impl Send for LSHIndex
impl Sync for LSHIndex
impl Unpin for LSHIndex
impl UnwindSafe for LSHIndex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more