class

Memvid::AskSearchResponse

Inherits JSON::Serializable < Reference < Object

Search response within ask results.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

context
Source
context=(context : String)
Source
elapsed_ms
Source
elapsed_ms=(elapsed_ms : UInt64)
Source
hits
Source
hits=(hits : Array(AskSearchHit))
Source
next_cursor
Source
next_cursor=(next_cursor : String | Nil)
Source
query
Source
query=(query : String)
Source
total_hits
Source
total_hits=(total_hits : Int32)
Source