libkazv
Kazv::Api::SearchJob::Result Struct Reference

The result object. More...

#include <search.hpp>

Collaboration diagram for Kazv::Api::SearchJob::Result:

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< EventContextcontext
 Context for result, if requested. More...
 

Detailed Description

The result object.

Member Data Documentation

◆ context

std::optional<EventContext> Kazv::Api::SearchJob::Result::context

Context for result, if requested.

◆ rank

std::optional<double> Kazv::Api::SearchJob::Result::rank

A number that describes how closely this result matches the search. Higher is closer.

◆ result

JsonWrap Kazv::Api::SearchJob::Result::result

The event that matched.


The documentation for this struct was generated from the following file: