Struct rs_es::operations::search::highlight::Setting [] [src]

pub struct Setting {
    pub setting_type: Option<SettingTypes>,
    pub index_options: Option<IndexOptions>,
    pub term_vector: Option<TermVector>,
    pub force_source: bool,
    pub fragment_size: u32,
    pub number_of_fragments: u32,
    pub no_match_size: u32,
    pub matched_fields: Option<Vec<String>>,
}

Fields

Methods

impl Setting
[src]

Trait Implementations

impl Debug for Setting
[src]

Formats the value using the given formatter.

impl Clone for Setting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more