Re: Getter API for SolrCloud

2013-08-16 Thread Erick Erickson
I don't understand the question. CloudSolrServer subclasses SolrServer which has a public QueryResponse query(SolrParams params) Have you tried that? Best Erick On Thu, Aug 15, 2013 at 4:01 AM, Furkan KAMACI wrote: > Here is a conversation about it: > > http://lucene.472066.n3.nabble.com/SolrC

Re: Getter API for SolrCloud

2013-08-15 Thread Furkan KAMACI
Here is a conversation about it: http://lucene.472066.n3.nabble.com/SolrCloud-with-Zookeeper-ensemble-in-production-environment-SEVERE-problems-td4047089.html However the result of conversation is not clear. Any ideas? 2013/8/15 Furkan KAMACI > I've implemented an application that connects my U

Getter API for SolrCloud

2013-08-15 Thread Furkan KAMACI
I've implemented an application that connects my UI and SolrCloud. I want to write a code that makes a search request to SolrCloud and I will send result to my UI. I know that there are some examples about it by I want a fast and really good way for it. One way I did: ModifiableSolrParams params =