Send json query to Apache Solr
The following code shows how to send an aggregation query to Solr
Assuming docs having the following minimal structure:
1 | { |
Then using curl to send a http request:
1 | json='{ |
The following code shows how to send an aggregation query to Solr
Assuming docs having the following minimal structure:
1 | { |
Then using curl to send a http request:
1 | json='{ |