NIO connector and maxIdleTime

2014-11-19 Thread sachinpkale
We are using SOLR 4.10.1 cloud setup and having following configuration in etc/jetty.xml Call name=addConnector Arg New class=org.eclipse.jetty.server.nio.SelectChannelConnector Set name=hostSystemProperty name=jetty.host //Set Set name=portSystemProperty

Frequent recovery of nodes in SolrCloud

2014-10-16 Thread sachinpkale
Hi, Recently we have shifted to SolrCloud (4.10.1) from traditional Master-Slave configuration. We have only one collection and it has only only one shard. Cloud Cluster contains total 12 nodes (on 8 machines. On 4 machiens, we have two instances running on each) out of which one is leader.

LBHttpSolrServer is creating new instance of HttpSolrServer in request(Req req) method

2014-10-15 Thread sachinpkale
Following is the line from the request(Req req) method of LBHttpSolrServer class: *HttpSolrServer server = makeServer(serverStr);* Won't it create new instance of HttpSolrServer for every request? -- View this message in context:

Re: Manual leader election in SolrCloud

2014-10-13 Thread sachinpkale
Thanks for the info. I will wait for the next release then. Will it come with 4.10.2? -- View this message in context: http://lucene.472066.n3.nabble.com/Manual-leader-election-in-SolrCloud-tp4164047p4164115.html Sent from the Solr - User mailing list archive at Nabble.com.

SOLR: getting documents in the given order

2014-06-03 Thread sachinpkale
I have a following field in SOLR schema. fieldType name=integer class=solr.IntField omitNorms=true/ field name=id type=integer indexed=true stored=true required=false multiValued=false/ If I issue following query: id:(1234 OR 2345 OR 3456) SOLR does not return the documents in that order. It