You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
In SearchResult there is the getHits method to extract matching documents. But is there a way to extract the total matching document count and max_score? In the json we have:
Hi Jest Team,
In
SearchResult
there is thegetHits
method to extract matching documents. But is there a way to extract the total matching document count and max_score? In the json we have:If there is no other way than parsing json manually, do you think it makes sense to add such method to
SearchResult
?E.g. something like
SearchResult#getTotals
which will return a DTO with total and max_score?Thanks,
Igor
The text was updated successfully, but these errors were encountered: