pub struct PartitionedSearchConfig {
pub thread_count: ThreadCount,
pub log_progress: bool,
}Expand description
Configuration for partitioned search phase.
Fields§
§thread_count: ThreadCountThread count configuration.
log_progress: boolWhether to log partition progress.
Trait Implementations§
Source§impl Clone for PartitionedSearchConfig
impl Clone for PartitionedSearchConfig
Source§fn clone(&self) -> PartitionedSearchConfig
fn clone(&self) -> PartitionedSearchConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 PartitionedSearchConfig
impl Debug for PartitionedSearchConfig
Auto Trait Implementations§
impl Freeze for PartitionedSearchConfig
impl RefUnwindSafe for PartitionedSearchConfig
impl Send for PartitionedSearchConfig
impl Sync for PartitionedSearchConfig
impl Unpin for PartitionedSearchConfig
impl UnwindSafe for PartitionedSearchConfig
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