Xerp::Query::QueryResult
A single query result (one block).
Constructors
new(result_id : String, file_path : String, file_type : String, block_id : Int64, line_start : Int32, line_end : Int32, score : Float64, snippet : String, snippet_start : Int32, header_text : Nil | String = nil, hits : Nil | Array(Xerp::Query::HitInfo) = nil, warn : Nil | String = nil, ancestry : Nil | Array(Xerp::Query::AncestorInfo) = nil)
SourceInstance methods
ancestry
Sourceblock_id
Sourcefile_path
Sourcefile_type
Sourceheader_text
Sourcehits
Sourceline_count
Sourceline_end
Sourceline_start
Sourceresult_id
Sourcescore
Sourcesnippet
Sourcesnippet_start
Sourcewarn
Source