Struct elasticsearch_dsl::search::highlight::Highlight [−][src]
pub struct Highlight { /* fields omitted */ }Expand description
Highlight structure
Implementations
Sets highlighter settings
pub fn field_highlighter(
self,
field: impl Into<String>,
highlighter: impl Into<Highlighter>
) -> Self
pub fn field_highlighter(
self,
field: impl Into<String>,
highlighter: impl Into<Highlighter>
) -> Self
Adds field or field pattern to highlighter
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Highlight
impl UnwindSafe for Highlight
Blanket Implementations
Mutably borrows from an owned value. Read more