On 10/2/2018 5:03 AM, Tamás Barta wrote:
Thank you for the answers!Is it possible to get the facet result and the search results with only one query? Or I have to send two queries for the Solr (one for search results and one for facets)?
It only requires one query. You just add facet parameters, and additional processing happens with a new section in the response.
For performance reasons, this should only be done when the client needs the information.
Thanks, Shawn