post request to SOLR in json format with facet using python returns response 400 (Unknown top-level key in JSON request : facet.field)
I am using python (Django) to post requests to SOLR (9.0.0) in json format (JSON request API) to retrieve the data. When using faceting, I am facing a problem probably due to json format of the request. Can anyone please…