The result struct for high-cardinality facet value search.
Returned by Scrypath.search_facet_values/4.
Summary
Types
@type t() :: %Scrypath.FacetSearchResult{ facet_query: String.t() | nil, hits: [Scrypath.SearchResult.Facets.Bucket.t()], raw: map() }