Enum elasticsearch_dsl::search::highlight::Highlighter [−][src]
pub enum Highlighter {
Default(DefaultHighlighter),
Fvh(FastVectorHighlighter),
Plain(PlainHighlighter),
Unified(UnifiedHighlighter),
}Expand description
Highlighter settings
Variants
Default(DefaultHighlighter)Default highlighter
Tuple Fields of Default
Fast vector highlighter
Tuple Fields of Fvh
Plain(PlainHighlighter)Plain highlighter
Tuple Fields of Plain
Unified(UnifiedHighlighter)Unified highlighter
Tuple Fields of Unified
Implementations
Creates a new instance of DefaultHighlighter
Creates a new instance of FastVectorHighlighter
Creates a new instance of PlainHighlighter
Creates a new instance of UnifiedHighlighter
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Highlighter
impl Send for Highlighter
impl Sync for Highlighter
impl Unpin for Highlighter
impl UnwindSafe for Highlighter
Blanket Implementations
Mutably borrows from an owned value. Read more