Solr4.7 No live SolrServers available to handle this request

2014-03-19 Thread Sathya
Hi Friends, I am new to Solr. I have 5 solr node in 5 different machine. When i index the data, sometimes "*No live SolrServers available to handle this request*" exception occur in 1 or 2 machines. I dont know why its happen and how to solve this. Kindly help me to solve this issue. -- View

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-23 Thread Sathya
Hi Greg, Where i can find the clusterstate.json.? i have ensemble zookeeper. Can you please tell me that where i can find it. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr4-7-No-live-SolrServers-available-to-handle-this-request-tp4125679p4126452.html Sent f

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-24 Thread Sathya
Hi Greg, This is my Clusterstate.json. WatchedEvent state:SyncConnected type:None path:null [zk: 10.10.1.72:2185(CONNECTED) 0] get /clusterstate.json {"set_recent":{ "shards":{ "shard1":{ "range":"8000-d554", "state":"active", "replicas":{ "10.1

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-24 Thread Sathya
Hi Greg, This is my Clusterstate.json. WatchedEvent state:SyncConnected type:None path:null [zk: 10.10.1.72:2185(CONNECTED) 0] get /clusterstate.json {"set_recent":{ "shards":{ "shard1":{ "range":"8000-d554", "state":"active", "replicas":{ "10.1

Solr Cloud Shows the server is down

2014-03-26 Thread Sathya
Hi Friends, This is sathya. I am new to SolrCloud. I setup a Solrcloud in 5 different machines. And i indexed the data nearly 5 crores. When i restart the tomcat, its took more time to start(nearly 20 to 30 min). After starting tomcat, my solrcloud graph shows the server is down. I dont know why

How to reduce the search speed of solrcloud

2014-04-04 Thread Sathya
Hi All, Hi All, I am new to Solr. And i dont know how to increase the search speed of solrcloud. I have indexed nearly 4 GB of data. When i am searching a document using java with solrj, solr takes more 6 seconds to return a query result. Any one please help me to reduce the search query time to l

Re: How to reduce the search speed of solrcloud

2014-04-04 Thread Sathya
reusing parts of your queries as 'fq', returning too > many fields or a bunch of other things. > > Regards, >Alex. > Personal website: http://www.outerthoughts.com/ > Current project: http://www.solr-start.com/ - Accelerating your Solr > proficiency > &

Re: How to reduce the search speed of solrcloud

2014-04-04 Thread Sathya
t.com/ - Accelerating your Solr > proficiency > > > On Fri, Apr 4, 2014 at 3:12 PM, Sathya wrote: >> Hi Alex, >> >> 33026985 Component Audio\:A >> Shopping List 2012-01-11 >> 09:02:42.96 >> >> This is what i am indexed in solr. I have only 3 fi

Re: How to reduce the search speed of solrcloud

2014-04-04 Thread Sathya
e schemas if something is missing. > > Personal website: http://www.outerthoughts.com/ > Current project: http://www.solr-start.com/ - Accelerating your Solr > proficiency > > > On Fri, Apr 4, 2014 at 3:41 PM, Sathya <[hidden > email]<http://user/SendEmail.jtp?type=

Re: How to reduce the search speed of solrcloud

2014-04-04 Thread Sathya
about OS disk cache and heap memory. I will check and let u know shawn. If anything, pls let me know. Thank u shawn. On Friday, April 4, 2014, Shawn Heisey-4 [via Lucene] < ml-node+s472066n4129150...@n3.nabble.com> wrote: > On 4/4/2014 1:31 AM, Sathya wrote: >> Hi All, >> >&g

Re: How to reduce the search speed of solrcloud

2014-04-06 Thread Sathya
Correct me if > I'm > > wrong, but if I'm not, you don't need that kind of a zk setup. > > > > > > On Fri, Apr 4, 2014 at 9:39 AM, Sathya <[hidden > > email]<http://user/SendEmail.jtp?type=node&node=4129333&i=1>> > wrote: >

Re: How to reduce the search speed of solrcloud

2014-04-08 Thread Sathya
consistent? Is this the only collection on the cluster? > > Also, if I am getting it right, you have 15 ZKs running. Correct me if I'm > wrong, but if I'm not, you don't need that kind of a zk setup. > > > On Fri, Apr 4, 2014 at 9:39 AM, Sathya <[hidden > email]<h

Re: How to reduce the search speed of solrcloud

2014-04-08 Thread Sathya
result to QueryResponse, Its getting delay. I dont know why and how to solve this. Please help me friends. My project is nearly completing stage. Please help me to complete. Also let me know more details. On Tue, Apr 8, 2014 at 10:48 PM, Sathya Narayanan < sathia.blacks...@gmail.com> wro

How to index the data from db using Solandra

2014-02-04 Thread Sathya
Hi Guys... I am new to solandra. How to index the data from database using solandra.. I was configure the Solandra by following this link https://github.com/tjake/Solandra and i dont know how to index the data using solandra.. Please help me... -- View th

Solr Searching Issue

2014-02-04 Thread Sathya
Hi Friends, I am working in Solr 4.6.0 from last 2 months. i have indexed the data in solr. Indexing size is 8.3GB which is increasing day by day. While im searching in this index using java programming with multiple instance( more than 15 instance), the solr is not responding to the search query.

Re: Solr Searching Issue

2014-02-04 Thread Sathya
Hi Furkan, I have index the subjects that containing only 1 to 10 words per subject. And query rate is minimum 7 seconds for one searching. And i have single solr instance only. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Searching-Issue-tp4115207p4115234.html Sent

Re: Solr Searching Issue

2014-02-04 Thread Sathya
Hi, Yes all the instances are reading the same 8GB data at a time. The java search programs(> 15 instances) are running in different machines, different JVM and they accessing the solr server machine(Ubuntu 64 bit). And the solr Index is not shard. The query rates are too poor(more than 5 seconds

Re: Solr Searching Issue

2014-02-04 Thread Sathya
455...@n3.nabble.com> wrote: > On 2/4/2014 9:49 PM, Sathya wrote: > > Yes all the instances are reading the same 8GB data at a time. The java > > search programs(> 15 instances) are running in different machines, > different > > JVM and they accessing the solr serve