On 10/18/2016 5:11 AM, Mugeesh Husain wrote: > It is not about the information of collection while it about the > accessibility, I want to access via putty session.
The fact that you mentioned putty leads me to believe that you probably ARE using a UNIX or UNIX-like OS. Ideally the OS will include GNU tools. Assuming this is the case, the two most common commandline programs to use for accessing the Solr API are curl and wget. I personally find curl to be a little bit cleaner. For other languages, I would recommend using libraries for accessing the API, either a Solr library or a combination of a library for HTTP and another library, XML or JSON, for parsing the response. I can't offer much useful advice for users on Windows, other than switching platforms or using a programming language that has a Solr library. Resources that may be useful if you want to write a program: https://wiki.apache.org/solr/IntegratingSolr Thanks, Shawn