Struct elastic_responses::search::Hit [] [src]

pub struct Hit<T> { /* fields omitted */ }

Full metadata and source for a single hit.

Methods

impl<T> Hit<T>
[src]

Get a reference to the source document.

Convert the hit into the source document.

The index for the hit.

The type of the hit.

The version of the hit.

The score of the hit.

Trait Implementations

impl<T: Debug> Debug for Hit<T>
[src]

Formats the value using the given formatter.