Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Xerp::Query::QueryResponse
Inherits
Struct
<
Value
<
Object
Full response from a query.
Constructors
new
(query :
String
, query_hash :
String
, results :
Array
(
Xerp::Query::QueryResult
), timing_ms :
Int64
, total_candidates :
Int32
= 0, expanded_tokens :
Nil
|
Hash
(
String
,
Array
(
Xerp::Query::ExpansionEntry
)) = nil)
Source
Instance methods
expanded_tokens
Source
query
Source
query_hash
Source
result_count
Source
results
Source
timing_ms
Source
total_candidates
Source