pub struct MultivectorConfig {
pub comparator: MultivectorComparator,
}Expand description
WITH MULTIVECTOR (…) settings on a vector definition.
Fields§
§comparator: MultivectorComparatorScoring comparator (currently max_sim).
Trait Implementations§
Source§impl Clone for MultivectorConfig
impl Clone for MultivectorConfig
Source§fn clone(&self) -> MultivectorConfig
fn clone(&self) -> MultivectorConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MultivectorConfig
impl Debug for MultivectorConfig
Source§impl PartialEq for MultivectorConfig
impl PartialEq for MultivectorConfig
impl StructuralPartialEq for MultivectorConfig
Auto Trait Implementations§
impl Freeze for MultivectorConfig
impl RefUnwindSafe for MultivectorConfig
impl Send for MultivectorConfig
impl Sync for MultivectorConfig
impl Unpin for MultivectorConfig
impl UnsafeUnpin for MultivectorConfig
impl UnwindSafe for MultivectorConfig
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