Re: Query regarding Solr Cloud Setup

2019-09-06 Thread Erick Erickson
Ok, you can set it as a sysvar when starting solr. Or you can change your solrconfig.xml to either use classic schema (schema.xml) or take out the add-unknown-fields... from the update processor chain. You can also set a cluster property IIRC. Better to use one of the supported options... On Fri,

RE: Query regarding Solr Cloud Setup

2019-09-06 Thread Porritt, Ian
Hi Jörn/Erick/Shawn thanks for your responses. @Jörn - much apprecaited for the heads up on Kerberos authentication its something we havent really considered at the moment, more production this may well be the case. With regards to the Solr Nodes 3 is something we are looking as a minimum, when

Re: Query regarding Solr Cloud Setup

2019-09-03 Thread Jörn Franke
If you have a properly secured cluster eg with Kerberos then you should not update files in ZK directly. Use the corresponding Solr REST interfaces then you also less likely to mess something up. If you want to have HA you should have at least 3 Solr nodes and replicate the collection to all t

Re: Query regarding Solr Cloud Setup

2019-09-03 Thread Erick Erickson
Having custom core.properties files is “fraught”. First of all, that file can be re-written. Second, the collections ADDREPLICA command will create a new core.properties file. Third, any mistakes you make when hand-editing the file can have grave consequences. What change exactly do you want to

Re: Query regarding Solr Cloud Setup

2019-09-03 Thread Shawn Heisey
On 9/3/2019 7:22 AM, Porritt, Ian wrote: We have a schema which I have managed to upload to Zookeeper along with the Solrconfig, how do I get the system to recognise both a lib/.jar extension and a custom core.properties file? I bypassed the issue of the core.properties by amending the update.a

Query regarding Solr Cloud Setup

2019-09-03 Thread Porritt, Ian
Hi, I am relatively new to Solr especially Solr Cloud and have been using it for a few days now. I think I have setup Solr Cloud correctly however would like some guidance to ensure I am doing it correctly. I ideally want to be able to process 40 million documents on production via Solr Cloud.

Re: Solr cloud setup

2019-06-07 Thread Erick Erickson
First of all, do not shard unless necessary to handle your QPS requirements. Sharding adds overhead and has some functionality limitations. How to define “necessary”? Load test a single shard (or even stand-alone with a single core) until it falls over. See: https://lucidworks.com/2012/07/23/si

Re: Solr cloud setup

2019-06-07 Thread Emir Arnautović
Hi Abhishek, Here is a nice blog post about migrating to SolrCloud: https://sematext.com/blog/solr-master-slave-solrcloud-migration/ Re number of shards - there is no definite answer - it depends on your indexing/search latency

Solr cloud setup

2019-06-07 Thread Midas A
Hi , Currently we are in master slave architechture we want to move in solr cloud architechture . how i should decide shard number in solr cloud ? My current solr in version 6 and index size is 300 GB. Regards, Abhishek Tiwari

Re: Solr numFound > 0 but doc list empty in Solr Cloud setup

2019-04-16 Thread Christian Strohmaier
I came across this posting with exactly the same symptoms in my solr cloud. Here is what finally repaired my system: I had an id with fieldType class="solr.TextField" I changed this to class="solr.StrField" Best regards Christian -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472

Re: Solr Cloud setup and deoployment in Azure cloud

2016-07-15 Thread Aniket Khare
Just wanted to add few more details. I want to create 7 VM set where 4 servers will be used for solrcloud setup and 3 VM as zokkeper instance. On Thu, Jul 14, 2016 at 4:15 PM, Aniket Khare wrote: > Hi, > > I was looking for option to deploy SolrCloud in Azure. I am using ARM > templetes for the

Solr Cloud setup and deoployment in Azure cloud

2016-07-14 Thread Aniket Khare
Hi, I was looking for option to deploy SolrCloud in Azure. I am using ARM templetes for the deployment. Please refer the following link for ARM(Azure resource manager) templete. https://github.com/Azure/azure-quickstart-templates https://azure.microsoft.com/en-us/documentation/articles/resource-gr

Re: Fwd: Solr cloud setup with zookeeper in windows

2016-03-23 Thread Zheng Lin Edwin Yeo
I have used the NSSM method from the link mentioned by Shawn to set up zookeeper as a service. Just follow the same steps and point it to the zookeeper startup script, but leave the Arugment field empty. Regards, Edwin On 23 March 2016 at 22:02, Shawn Heisey wrote: > On 3/23/2016 6:30 AM, manoh

Re: Fwd: Solr cloud setup with zookeeper in windows

2016-03-23 Thread Shawn Heisey
On 3/23/2016 6:30 AM, manohar c wrote: >Can you please provide me steps for set up multiple solr clouds with > zookeeper in windows machines. I am using solr 5.4.1 and zookeeper 3.4.6 Solr doesn't come with an installation method for Windows. Although Solr will run on Windows, and we incl

Fwd: Solr cloud setup with zookeeper in windows

2016-03-23 Thread manohar c
Hi, Can you please provide me steps for set up multiple solr clouds with zookeeper in windows machines. I am using solr 5.4.1 and zookeeper 3.4.6 Thanks and regards, Manohar

Re: Solr numFound > 0 but doc list empty in Solr Cloud setup

2015-01-16 Thread Jaikit Savla
ttp://localhost:/solr/collection1: { > numFound: 1717, > maxScore: 0.5327856, > shardAddress: "http://localhost:/solr/collection1";, > time: 12 > } > }, > response: { > numFound: 1707, > start: 1, > maxScore: 0.5327856, > docs: [ ] > } > } > &g

Re: Solr numFound > 0 but doc list empty in Solr Cloud setup

2015-01-16 Thread Jaikit Savla
on1: { > numFound: 1717, > maxScore: 0.5327856, > shardAddress: "http://localhost:/solr/collection1";, > time: 12 > } > }, > response: { > numFound: 1707, > start: 1, > maxScore: 0.5327856, > docs: [ ] > } > } > > > > > On Friday,

Re: Solr numFound > 0 but doc list empty in Solr Cloud setup

2015-01-16 Thread Anshum Gupta
} > }, > shards.info: { > http://localhost:/solr/collection1: { > numFound: 1717, > maxScore: 0.5327856, > shardAddress: "http://localhost:/solr/collection1";, > time: 12 > } > }, > response: { > numFound: 1707, > start: 1, > maxScore: 0.5

Re: Solr numFound > 0 but doc list empty in Solr Cloud setup

2015-01-16 Thread Jaikit Savla
xScore: 0.5327856, docs: [ ] } } On Friday, January 16, 2015 9:56 AM, Erick Erickson wrote: Any chance that you've defined &rows=0 in your handler? Or is it possible that you have not set stored="true" for any of your fields? Best, Erick On Fri, Jan 16, 2015 at 9:46 A

Re: Solr numFound > 0 but doc list empty in Solr Cloud setup

2015-01-16 Thread Jaikit Savla
ce that you've defined &rows=0 in your handler? Or is it possible that you have not set stored="true" for any of your fields? Best, Erick On Fri, Jan 16, 2015 at 9:46 AM, Jaikit Savla wrote: > I am using below tutorial for Solr Cloud setup with 2 shards > http://wiki.

Re: Solr numFound > 0 but doc list empty in Solr Cloud setup

2015-01-16 Thread Jaikit Savla
ws=0 in your handler? Or is it possible that you have not set stored="true" for any of your fields? Best, Erick On Fri, Jan 16, 2015 at 9:46 AM, Jaikit Savla wrote: > I am using below tutorial for Solr Cloud setup with 2 shards > http://wiki.apache.org/solr/SolrCloud#Example_A:

Re: Solr numFound > 0 but doc list empty in Solr Cloud setup

2015-01-16 Thread Erick Erickson
Any chance that you've defined &rows=0 in your handler? Or is it possible that you have not set stored="true" for any of your fields? Best, Erick On Fri, Jan 16, 2015 at 9:46 AM, Jaikit Savla wrote: > I am using below tutorial for Solr Cloud setup with 2 shards > ht

Solr numFound > 0 but doc list empty in Solr Cloud setup

2015-01-16 Thread Jaikit Savla
I am using below tutorial for Solr Cloud setup with 2 shards http://wiki.apache.org/solr/SolrCloud#Example_A:_Simple_two_shard_cluster I am able to get the default set up working. However, I have a requirement where my index is not in default location (data/index) and hence when I start jvm

Re: Solr cloud setup question

2014-09-22 Thread Erick Erickson
That page is talking about leaders/followers coming up and going down, but pretty much after they've been assigned in the first place. Your problem is just the "assigned in the first place" bit. Since Solr 4.8, there's the addreplica collections API command that is what you want I think, see: http

Solr cloud setup question

2014-09-22 Thread Susmit Shukla
Hi solr experts, I am building out a solr cluster with this configuration 3 external zookeeprs 15 solr instances (nodes) 3 shards I need to start out with 3 nodes and remaining 12 nodes would be added to cluster. I am able to create a collection with 3 shards. This process works fine using colle

Re: Solr Cloud Setup

2013-07-31 Thread AdityaR
. We have the cloud up and running, testing is in progress and it looks good. Thanks for all your help. -Aditya -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-Setup-tp4080182p4081654.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Cloud Setup

2013-07-31 Thread Flavio Pompermaier
What was the problem..? On Tue, Jul 30, 2013 at 10:33 PM, AdityaR wrote: > I was able to get the setup to work. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Cloud-Setup-tp4080182p4081434.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr Cloud Setup

2013-07-30 Thread AdityaR
I was able to get the setup to work. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-Setup-tp4080182p4081434.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Cloud Setup

2013-07-25 Thread AdityaR
following versions: Zookeeper : 3.4.5 Solr : 4.3.1 tomcat : 6.0.36 Thanks, Aditya -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-Setup-tp4080182p4080352.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Cloud Setup

2013-07-25 Thread Flavio Pompermaier
nt results. I have in one shard 241 documents and in another > 230 > > documents. When I query any server in the cloud I get randomly 471, 230 > or > > 241 documents. Could you suggest as to where the problem might be. > > > > Thanks, > > Aditya > > > > > > > > -- > > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Cloud-Setup-tp4080182.html > > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr Cloud Setup

2013-07-25 Thread Erick Erickson
t; documents. When I query any server in the cloud I get randomly 471, 230 or > 241 documents. Could you suggest as to where the problem might be. > > Thanks, > Aditya > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Cloud-Setup-tp4080182.html > Sent from the Solr - User mailing list archive at Nabble.com.

Solr Cloud Setup

2013-07-24 Thread AdityaR
. I have in one shard 241 documents and in another 230 documents. When I query any server in the cloud I get randomly 471, 230 or 241 documents. Could you suggest as to where the problem might be. Thanks, Aditya -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud

Re: Http status 503 Error in solr cloud setup

2013-06-29 Thread Lance Norskog
I do not know what causes the error. This setup will not work. You need one or three zookeepers. SolrCloud demands that a majority of the ZK servers agree. If you have two ZKs this will not work. On 06/29/2013 05:47 AM, Sagar Chaturvedi wrote: Hi, I setup 2 solr instances on 2 different mach

Http status 503 Error in solr cloud setup

2013-06-29 Thread Sagar Chaturvedi
Hi, I setup 2 solr instances on 2 different machines and configured 2 zookeeper servers on these machines also. When I start solr on both machines and try to access the solr web-admin then I get following error on browser - "Http status 503 - server is shutting down" When I setup a single stand

Re: Solr cloud setup

2013-05-20 Thread Furkan KAMACI
You can start reading from here: http://wiki.apache.org/solr/SolrCloud and here: http://docs.lucidworks.com/display/solr/SolrCloud Furkan KAMACI -- 2013/5/20 Sagar Chaturvedi > > Hi, > > I am new to Solr. I have a question regarding solrCloud - What is the > difference between solr and solrclou

Re: Solr cloud setup

2013-05-20 Thread Gora Mohanty
On 20 May 2013 16:16, Sagar Chaturvedi wrote: > > Hi, > > I am new to Solr. I have a question regarding solrCloud - What is the > difference between solr and solrcloud? > > Also please let me know if the complete procedure to setup solr cloud is > mentioned somewhere. [...] Please do some basic

Solr cloud setup

2013-05-20 Thread Sagar Chaturvedi
Hi, I am new to Solr. I have a question regarding solrCloud - What is the difference between solr and solrcloud? Also please let me know if the complete procedure to setup solr cloud is mentioned somewhere. Regards, Sagar DISCLAIMER: ---

Issues With Solr Cloud Setup

2010-05-14 Thread Rakhi Khatwani
Hi, I was going through solr cloud documentation ( http://wiki.apache.org/solr/SolrCloud). and was trying out a simple setup. I could execute example A and B successfully. However whn i try example C, i get the following exception: 2010 12:22:29 PM org.apache.log4j.Category warn WARNING: Excep