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)
Tuple Fields
Default highlighter
Fvh(FastVectorHighlighter)
Tuple Fields
Fast vector highlighter
Plain(PlainHighlighter)
Tuple Fields
Plain highlighter
Unified(UnifiedHighlighter)
Tuple Fields
Unified highlighter
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