libkazv
|
The result object. More...
#include <search.hpp>
Public Attributes | |
std::optional< double > | rank |
A number that describes how closely this result matches the search. Higher is closer. More... | |
JsonWrap | result |
The event that matched. More... | |
std::optional< EventContext > | context |
Context for result, if requested. More... | |
The result object.
std::optional<EventContext> Kazv::Api::SearchJob::Result::context |
Context for result, if requested.
std::optional<double> Kazv::Api::SearchJob::Result::rank |
A number that describes how closely this result matches the search. Higher is closer.
JsonWrap Kazv::Api::SearchJob::Result::result |
The event that matched.