Re: Access solr in web browser

2016-10-18 Thread Shawn Heisey
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



Re: Access solr in web browser

2016-10-18 Thread Mugeesh Husain
It is not about the information of collection while it about the
accessibility, I want to access via putty session. 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Access-solr-in-web-browser-tp4301201p4301659.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Access solr in web browser

2016-10-14 Thread Deeksha Sharma
So if you are looking for the information on collections that you created on 
solrCloud, then you may do so via API calls that are listed here. All you need 
is the host and port of one of the machines in the cluster.

https://cwiki.apache.org/confluence/display/solr/Collections+API

Thanks
Deeksha

From: Mugeesh Husain 
Sent: Friday, October 14, 2016 9:30 AM
To: solr-user@lucene.apache.org
Subject: Access solr in web browser

Hi,

I have sucessfully installed Solrcloud having 2 solr cores [installed in
datanodes(using hortonworks)]
As my cluster is kerberos enabled am unable to access the cluster through
web browser.

I  want to access the Solr UI only through host's putty session. I have no
clue on how to operate solr on CLI.

could anyone suggest me how to do this.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Access-solr-in-web-browser-tp4301201.html
Sent from the Solr - User mailing list archive at Nabble.com.


Access solr in web browser

2016-10-14 Thread Mugeesh Husain
Hi,

I have sucessfully installed Solrcloud having 2 solr cores [installed in
datanodes(using hortonworks)]
As my cluster is kerberos enabled am unable to access the cluster through
web browser.

I  want to access the Solr UI only through host's putty session. I have no
clue on how to operate solr on CLI.

could anyone suggest me how to do this.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Access-solr-in-web-browser-tp4301201.html
Sent from the Solr - User mailing list archive at Nabble.com.