On 5/30/2016 12:32 PM, GW wrote: > I would say look at the urls for searches you build in the query tool > > In my case > > http://172.16.0.1:8983/solr/#/products/query > > When you build queries with the Query tool, for example an edismax query, > the URL is there for you to copy. > Use the url structure with curl in your programming/scripting. The results > come back as REST data. > > This is what I do with PHP and it's pretty tight.
Be careful with URLs in the admin UI. URLs with "#" in them will *only* work in a browser. They are not the REST endpoints. When you run a query in the admin UI, it will give you a URL to make the same query, but it will NOT be the URL in the address bar of the browser. There is a link right above the query results. Thanks, Shawn