Enum rs_es::operations::search::highlight::TermVector
[−]
[src]
pub enum TermVector { WithPositionsOffsets, BoundaryChars, BoundaryMaxScan, }
Variants
WithPositionsOffsets
BoundaryChars
BoundaryMaxScan
Trait Implementations
impl Debug for TermVector
[src]
impl Clone for TermVector
[src]
fn clone(&self) -> TermVector
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Serialize for TermVector
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.