pub enum Rule {
Show 105 variants
EOI,
file,
index_def,
max_l1_phrase_terms_def,
max_l1_phrase_terms_spec,
reorder_on_merge_def,
bool_lit,
default_fields_def,
query_router_def,
query_router_prop,
query_router_pattern,
query_router_substitution,
query_router_target,
query_router_mode,
routing_mode,
regex_string,
raw_string,
raw_string_inner,
quoted_string,
string_inner,
field_def,
field_type,
sparse_vector_config,
index_size_spec,
quantization_spec,
weight_threshold_spec,
dense_vector_config,
dense_vector_params,
dense_vector_keyword_params,
dims_kwarg,
dense_vector_positional_params,
dimension_spec,
quant_type_spec,
binary_dense_vector_config,
tokenizer_spec,
tokenizer_params,
tokenizer_param,
attributes,
attribute,
stored_with_config,
indexed_with_config,
index_config_params,
index_config_param,
positions_kwarg,
chunked_kwarg,
bm25_k1_kwarg,
bm25_b_kwarg,
bm25_param_spec,
index_type_kwarg,
index_type_spec,
num_clusters_kwarg,
num_clusters_spec,
target_vectors_kwarg,
target_vectors_spec,
tree_levels_kwarg,
tree_levels_spec,
nprobe_kwarg,
routing_kwarg,
routing_spec,
quantization_kwarg,
weight_threshold_kwarg,
boolean_spec,
pruning_kwarg,
pruning_spec,
min_terms_kwarg,
min_terms_spec,
sparse_format_kwarg,
sparse_format_spec,
sparse_dims_kwarg,
sparse_dims_spec,
doc_mass_kwarg,
soar_kwarg,
soar_spec,
nprobe_spec,
path_chars,
query_config_block,
query_config_params,
query_config_param,
query_tokenizer_kwarg,
query_weighting_kwarg,
tokenizer_path,
weighting_spec,
query_weight_threshold_kwarg,
query_max_dims_kwarg,
query_pruning_kwarg,
query_min_query_dims_kwarg,
identifier,
WHITESPACE,
COMMENT,
seismic_postings_kwarg,
seismic_cluster_size_kwarg,
seismic_forward_compression_kwarg,
seismic_summary_energy_kwarg,
query_seismic_cut_kwarg,
query_seismic_factor_kwarg,
query_exhaustive_kwarg,
block_size_kwarg,
block_size_spec,
bmp_block_size_kwarg,
bmp_forward_index_kwarg,
bmp_grid_bits_kwarg,
sparse_max_weight_kwarg,
sparse_max_weight_spec,
bits_spec,
query_lsp_gamma_kwarg,
}Variants§
EOI
End-of-input
file
index_def
max_l1_phrase_terms_def
max_l1_phrase_terms_spec
reorder_on_merge_def
bool_lit
default_fields_def
query_router_def
query_router_prop
query_router_pattern
query_router_substitution
query_router_target
query_router_mode
routing_mode
regex_string
raw_string
raw_string_inner
quoted_string
string_inner
field_def
field_type
sparse_vector_config
index_size_spec
quantization_spec
weight_threshold_spec
dense_vector_config
dense_vector_params
dense_vector_keyword_params
dims_kwarg
dense_vector_positional_params
dimension_spec
quant_type_spec
binary_dense_vector_config
tokenizer_spec
tokenizer_params
tokenizer_param
attributes
attribute
stored_with_config
indexed_with_config
index_config_params
index_config_param
positions_kwarg
chunked_kwarg
bm25_k1_kwarg
bm25_b_kwarg
bm25_param_spec
index_type_kwarg
index_type_spec
num_clusters_kwarg
num_clusters_spec
target_vectors_kwarg
target_vectors_spec
tree_levels_kwarg
tree_levels_spec
nprobe_kwarg
routing_kwarg
routing_spec
quantization_kwarg
weight_threshold_kwarg
boolean_spec
pruning_kwarg
pruning_spec
min_terms_kwarg
min_terms_spec
sparse_format_kwarg
sparse_format_spec
sparse_dims_kwarg
sparse_dims_spec
doc_mass_kwarg
soar_kwarg
soar_spec
nprobe_spec
path_chars
query_config_block
query_config_params
query_config_param
query_tokenizer_kwarg
query_weighting_kwarg
tokenizer_path
weighting_spec
query_weight_threshold_kwarg
query_max_dims_kwarg
query_pruning_kwarg
query_min_query_dims_kwarg
identifier
WHITESPACE
COMMENT
seismic_postings_kwarg
seismic_cluster_size_kwarg
seismic_forward_compression_kwarg
seismic_summary_energy_kwarg
query_seismic_cut_kwarg
query_seismic_factor_kwarg
query_exhaustive_kwarg
block_size_kwarg
block_size_spec
bmp_block_size_kwarg
bmp_forward_index_kwarg
bmp_grid_bits_kwarg
sparse_max_weight_kwarg
sparse_max_weight_spec
bits_spec
query_lsp_gamma_kwarg
Implementations§
Trait Implementations§
impl Copy for Rule
impl Eq for Rule
Source§impl Ord for Rule
impl Ord for Rule
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for Rule
impl PartialOrd for Rule
impl StructuralPartialEq for Rule
Auto Trait Implementations§
impl Freeze for Rule
impl RefUnwindSafe for Rule
impl Send for Rule
impl Sync for Rule
impl Unpin for Rule
impl UnsafeUnpin for Rule
impl UnwindSafe for Rule
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<T> DropFlavorWrapper<T> for T
impl<T> DropFlavorWrapper<T> for T
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more