Versions in this module Expand all Collapse all v0 v0.1.0 Jun 30, 2026 Changes in this version + func RenderText(w io.Writer, r *Result) error + type Hit struct + Extras map[string]any + Frags map[string][]string + Path string + Score float64 + Snippet string + Tags []string + Title string + type Request struct + Boosts map[string]float64 + Fields map[string]string + Highlight string + Limit int + NoSnippet bool + Terms string + type Result struct + Hits []Hit + Total uint64 + func Search(idx *index.Index, req Request) (*Result, error)