Re: Querying with action parameter included in URL

2016-01-04 Thread davidphilip cherian
Hi Vidya, I think you are confused with solr search queries/requests with solr other restful apis to perform CRUD operations on collections. Sample of search queries are list here with standard query parser : https://cwiki.apache.org/confluence/display/solr/The+Standard+Query+Parser Solr collect

Re: Querying with action parameter included in URL

2016-01-04 Thread Binoy Dalal
I think that all this will do is create a config file with the name booksConfig based on a template. This and other calls like these are solr's core admin api calls that you make through http requests. You don't need to make any changes to your schema or solrconfig files in order to execute such ca