Search results with enterprise features
resultsList of result items
facetsNamed list of FacetResult objects
total_countTotal results before filtering
filtered_countResults after ACL filtering
query_time_msQuery time in milliseconds
rerank_time_msRerank time in milliseconds
facet_time_msFacet time in milliseconds
new()Create new EnhancedSearchResults
EnhancedSearchResults$new(
results,
facets = list(),
total_count = 0,
filtered_count = 0,
query_time_ms = 0,
rerank_time_ms = 0,
facet_time_ms = 0
)resultsList of results
facetsNamed list of FacetResult
total_countTotal count
filtered_countFiltered count
query_time_msQuery time
rerank_time_msRerank time
facet_time_msFacet time
to_list()Convert to list
EnhancedSearchResults$to_list()List representation
clone()The objects of this class are cloneable with this method.
EnhancedSearchResults$clone(deep = FALSE)deepWhether to make a deep clone.