Struct searchspot::config::ESConfig [] [src]

pub struct ESConfig {
    pub url: String,
    pub index: String,
}

Contain the configuration for ElasticSearch.

Fields

Methods

impl ESConfig
[src]

Trait Implementations

impl Clone for ESConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ESConfig
[src]

Formats the value using the given formatter.

impl Display for ESConfig
[src]

Formats the value using the given formatter.