I tried using /select and this query does not work? Cannot understand why.
Passing Parameters via JSON

We can also pass normal request parameters in the JSON body within the
params block:
$ curl "http://localhost:8983/solr/query?fl=title,author"-d '
{
  params:{
    q:"title:hero",
    rows:1
  }
}
'

Which is equivalent to:
$ curl "http://localhost:8983/solr/query?fl=title
,author&q=title:hero&rows=1"


-- 
Bill Bell
billnb...@gmail.com
cell 720-256-8076

Reply via email to