I have a following field in SOLR schema.
If I issue following query:
id:(1234 OR 2345 OR 3456)
SOLR does not return the documents in that order. It is giving document with
id 3456, then with 1234 and then with 2345.
How do I get it in the same order as in the query?
--
View this message i
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.
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:
http://lucene.472066.n3.nabble.com/LBHttpSolrServer-is-
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.
When
We are using SOLR 4.10.1 cloud setup and having following configuration in
etc/jetty.xml
5
16
3000
false
8443
32768
In Jetty documentation, it is mentioned t