Re: Solr setup issue with Amazon EC2

2019-05-21 Thread Jörn Franke
You have to look into solr.log - it will give you the exact error message > Am 21.05.2019 um 13:22 schrieb vivek solanki : > > Hi Team, > > This is regarding your tutorial > https://lucene.apache.org/solr/guide/7_2/aws-solrcloud-tutorial.html. > > I have followed all the steps mentioned in

Solr setup issue with Amazon EC2

2019-05-21 Thread vivek solanki
Hi Team, This is regarding your tutorial https://lucene.apache.org/solr/guide/7_2/aws-solrcloud-tutorial.html. I have followed all the steps mentioned in tutorials. In my case I have only one machine, so there is only solr-node. After starting solr with command: bin/solr start -c -p 8983 -h

Re: Solr Setup using NRT and PULL replicas

2018-12-02 Thread Daniel Carrasco
Thanks for all the info, We're trying some things to find the way to make it more stable, becuase we're getting into troubles with the cluster. This weekend we've got three downtimes in a few hours because some nodes of the cluster loose their connection a bit during an import (we don't know

Re: Solr Setup using NRT and PULL replicas

2018-12-02 Thread Edward Ribeiro
To mix NRT and TLOG/PULL replicas is not recommended. It is all NRT nodes or TLOG nodes mixed (or not) with PULL replicas. As you know, all PULL replicas is not possible. According to the talk below, one of the reasons is that if you have NRT mixed with TLOG and PULL replicas then a leadership

Solr Setup using NRT and PULL replicas

2018-11-30 Thread Daniel Carrasco
Hello, We've a cluster consisting in 7 to 10 NRT nodes serving data to a webpage (products, categories,...), but every time a leader node fails importing data (connection lost, broken pipe...), the entire cluster goes to recovering mode and then is not working for about 15-30 minutes. That's a

Re: Drive Change for existing Solr Setup

2018-06-27 Thread Shawn Heisey
On 6/27/2018 4:13 AM, Srinivas Muppu (US) wrote: Below are the high level Installation steps used for ZK and Solr setup in Windows* D:\ drive*. Could you please go through once and suggest possible solution/steps needs to be done for the setup moving to the E:\ Drive(New drive) without any

Re: Drive Change for existing Solr Setup

2018-06-27 Thread Srinivas Muppu (US)
Hi Shawn, Thanks for the response. Below are the high level Installation steps used for ZK and Solr setup in Windows* D:\ drive*. Could you please go through once and suggest possible solution/steps needs to be done for the setup moving to the E:\ Drive(New drive) without any impacting

Re: Drive Change for existing Solr Setup

2018-06-25 Thread Shawn Heisey
On 6/25/2018 1:41 AM, Srinivas Muppu (US) wrote: Is there any possible solution/steps for the moving solr installation setup from 'E' drive to 'D'-Drive (New Drive) without any impact to the existing application(it should not create re indexing again) You started a previous thread on this

Drive Change for existing Solr Setup

2018-06-25 Thread Srinivas Muppu (US)
Hi Solr Team, After subscription done with the *solr-user@lucene.apache.org * sending below issue details again to the Solr Mailing list. Please help us as earliest. As part of Solr project installation setup and instances(including clustered solr, zk services and indexing jobs scheduler

Re: Drive Change for Solr Setup

2018-06-21 Thread Rahul Singh
If it’s windows it may be using a tool called NSSM to manage the solr service. Look at windows services and task scheduler and understand if solr services are being managed by windows via services or the task scheduler — or just .batch files. Rahul On Jun 20, 2018, 11:34 AM -0400, Shawn Heisey

Re: Drive Change for Solr Setup

2018-06-20 Thread Shawn Heisey
On 6/20/2018 5:03 AM, Srinivas Muppu (US) wrote: Hi Solr Team,My Solr project installation setup and instances(including clustered solr, zk services and indexing jobs schedulers) is available in Windows 'E:\ ' drive in production environment. As business needs to remove the E:\ drive, going

Drive Change for Solr Setup

2018-06-20 Thread Srinivas Muppu (US)
Hi Solr Team,My Solr project installation setup and instances(including clustered solr, zk services and indexing jobs schedulers) is available in Windows 'E:\ ' drive in production environment. As business needs to remove the E:\ drive, going forward D:\ drive will be used and operational.Is

Re: Replication in Master Slave Solr setup

2018-03-19 Thread Erick Erickson
t;apa...@elyograg.org> wrote: > On 3/17/2018 8:06 PM, vracks wrote: >> >> Basic Questions about the Replication in Master Slave Solr Setup. >> >> 1) Can Master push the changes to Slaves using the replication handler > > > Replication is always pull -- the sl

Re: Replication in Master Slave Solr setup

2018-03-18 Thread Shawn Heisey
On 3/17/2018 8:06 PM, vracks wrote: Basic Questions about the Replication in Master Slave Solr Setup. 1) Can Master push the changes to Slaves using the replication handler Replication is always pull -- the slave asks the master if there's anything to copy. 2) If the Answer to the above

Replication in Master Slave Solr setup

2018-03-17 Thread vracks
Basic Questions about the Replication in Master Slave Solr Setup. 1) Can Master push the changes to Slaves using the replication handler 2) If the Answer to the above question is no, then what is use of having the option of replicateAfter in the replicationHandler, since only the Slave is going

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Shawn Heisey
On 5/9/2017 6:01 AM, Venkateswarlu Bommineni wrote: > But I don't see replication factor is increased in Solr, It's still > showing as 2 after adding third also. The replicationFactor parameter is ONLY used at collection creation. It has zero purpose after that ... unless you have indexes in

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Venkateswarlu Bommineni
Cool.. Thanks, Shawn. It's worked. But I don't see replication factor is increased in Solr, It's still showing as 2 after adding third also. Thanks, Venkat. On Tue, May 9, 2017 at 5:17 PM, Shawn Heisey wrote: > On 5/9/2017 5:31 AM, Venkateswarlu Bommineni wrote: > > As

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Shawn Heisey
On 5/9/2017 5:31 AM, Venkateswarlu Bommineni wrote: > As you mentioned in para2, I have created a new node and started using > below command but I could not get any option to name a node. > > as the name of the node is required for addingreplica to existing solrcloud. > > Could you please help me

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Venkateswarlu Bommineni
. On Tue, May 2, 2017 at 6:02 PM, Shawn Heisey <apa...@elyograg.org> wrote: > On 5/2/2017 4:24 AM, Venkateswarlu Bommineni wrote: > > We have Solr setup with below configuration. > > > > 1) 1 collection with one shard > > 2) 4 Solr Nodes > > 2) and re

Re: Add new Solr Node to existing Solr setup

2017-05-02 Thread Erick Erickson
est, Erick On Tue, May 2, 2017 at 5:32 AM, Shawn Heisey <apa...@elyograg.org> wrote: > On 5/2/2017 4:24 AM, Venkateswarlu Bommineni wrote: >> We have Solr setup with below configuration. >> >> 1) 1 collection with one shard >> 2) 4 Solr Nodes >> 2) and repli

Re: Add new Solr Node to existing Solr setup

2017-05-02 Thread Shawn Heisey
On 5/2/2017 4:24 AM, Venkateswarlu Bommineni wrote: > We have Solr setup with below configuration. > > 1) 1 collection with one shard > 2) 4 Solr Nodes > 2) and replication factor 4 with one replication to each Solr Node. > > as of now, it's working fine.But going forw

Add new Solr Node to existing Solr setup

2017-05-02 Thread Venkateswarlu Bommineni
Hello Team, We have Solr setup with below configuration. 1) 1 collection with one shard 2) 4 Solr Nodes 2) and replication factor 4 with one replication to each Solr Node. as of now, it's working fine.But going forward it Size may reach high and we would need to add new Node. Could you guys

Re: Group.Facet issue in Sharded Solr Setup

2014-02-11 Thread rks_lucene
Quick follow up on my question below and if anyone is using Group.facets in a sharded solr setup ? Based on further testing, the group.facets counts dont seem reliable at all for lesser popular items in the facet list. -- View this message in context: http://lucene.472066.n3.nabble.com/Group

Group.Facet issue in Sharded Solr Setup

2014-02-07 Thread rks_lucene
.n3.nabble.com/Group-Facet-issue-in-Sharded-Solr-Setup-tp4116077.html Sent from the Solr - User mailing list archive at Nabble.com.

SOLR Setup in Websphere

2013-08-13 Thread Thirukumaran - Mariappan
Hi, I recently tried setting up Solr in Tomcat. It works well without issues. I tried setting up SOLR 3.6.2 in Websphere 7.0.0.25 by deploying the solr war available in the dist folder. But after starting the solr instance in WAS, unable to view the Solr home page. It throws JSP processing

Re: Planning of future Solr setup

2012-05-24 Thread Otis Gospodnetic
-Jensen christian.sonne.jen...@infopaq.com To: solr-user@lucene.apache.org solr-user@lucene.apache.org Sent: Wednesday, May 23, 2012 6:59 AM Subject: Planning of future Solr setup Hi, I'm in the middle of planning a new Solr setup. The situation is this: - We currently have one document type

Planning of future Solr setup

2012-05-23 Thread Christian von Wendt-Jensen
Hi, I'm in the middle of planning a new Solr setup. The situation is this: - We currently have one document type with around 20 fields, indexed, not stored, except for a few date fields - We currently have indexed 400M documents across 20+ shards. - The number of documents to be indexed

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-19 Thread Daniel Bruegge
, 2012 at 12:14 AM, Mark Miller markrmil...@gmail.com wrote: You can raise the limit to a point. On Jan 18, 2012, at 5:59 PM, Daniel Bruegge wrote: Hi, I am just wondering how I can 'grow' a distributed Solr setup to an index size of a couple of terabytes, when one

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-19 Thread Otis Gospodnetic
Hi Daniel, - Original Message - From: Daniel Bruegge daniel.brue...@googlemail.com To: solr-user@lucene.apache.org; Otis Gospodnetic otis_gospodne...@yahoo.com Cc: Sent: Thursday, January 19, 2012 5:49 AM Subject: Re: How can a distributed Solr setup scale to TB-data, if URL

How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-18 Thread Daniel Bruegge
Hi, I am just wondering how I can 'grow' a distributed Solr setup to an index size of a couple of terabytes, when one of the distributed Solr limitations is max. 4000 characters in URI limitation. See: *The number of shards is limited by number of characters allowed for GET method's URI; most

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-18 Thread Mark Miller
You can raise the limit to a point. On Jan 18, 2012, at 5:59 PM, Daniel Bruegge wrote: Hi, I am just wondering how I can 'grow' a distributed Solr setup to an index size of a couple of terabytes, when one of the distributed Solr limitations is max. 4000 characters in URI limitation. See

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-18 Thread Daniel Bruegge
on the totally wrong track? Daniel On Thu, Jan 19, 2012 at 12:14 AM, Mark Miller markrmil...@gmail.com wrote: You can raise the limit to a point. On Jan 18, 2012, at 5:59 PM, Daniel Bruegge wrote: Hi, I am just wondering how I can 'grow' a distributed Solr setup to an index size of a couple

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-18 Thread Darren Govoni
Try changing the URI/HTTP/GET size limitation on your app server. On 01/18/2012 05:59 PM, Daniel Bruegge wrote: Hi, I am just wondering how I can 'grow' a distributed Solr setup to an index size of a couple of terabytes, when one of the distributed Solr limitations is max. 4000 characters

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-18 Thread Otis Gospodnetic
Hi Daniel, From: Daniel Bruegge daniel.brue...@googlemail.com Subject: Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search? But you can read so often about huge solr clusters and I am wondering how

Re: Auto-scaling solr setup

2011-11-15 Thread jwang
An option is to wrap your Solr slave in a beanstalk and have it take care of the auto-scaling. -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-scaling-solr-setup-tp3029913p3511140.html Sent from the Solr - User mailing list archive at Nabble.com.

Auto-scaling solr setup

2011-06-06 Thread Akshay
up their scalable solr setup on cloud(AWS mainly) would be helpful. Regards, Akshay

Re: Auto-scaling solr setup

2011-06-06 Thread Erick Erickson
if the initial replication has completed. and also a way of warming up the cache post this.  I can think of doing this via .. a shellscript/awk(checking times replicated/index size) ... is there a cleaner way ? Also on the side note .. any suggestions or pointers to how one set up their scalable solr

Re: Auto-scaling solr setup

2011-06-06 Thread Akshay
the cache post this.  I can think of doing this via .. a shellscript/awk(checking times replicated/index size) ... is there a cleaner way ? Also on the side note .. any suggestions or pointers to how one set up their scalable solr setup on cloud(AWS mainly) would be helpful. Regards

Different Cluster Results on Different Servers, with same SOLR setup

2011-04-25 Thread Pawan Darira
creating index through DIH p.s. my application solr setup is similar on staging production please suggest any solution. -- Thanks, Pawan Darira

Re: Different Cluster Results on Different Servers, with same SOLR setup

2011-04-25 Thread Erick Erickson
checked all the configuration setup. everything seems fine. i am creating index through DIH p.s. my application solr setup is similar on staging production please suggest any solution. -- Thanks, Pawan Darira

Re: [Newbie] Solr Setup

2006-10-03 Thread Panayiotis Papadopoulos
besides the admin module that thorws an exception (i ll post it later on) when i try to visit solr or solr_p solr_r (as i have configured in context fragments) i always get 404 http://www.freemail.gr - äùñåÜí õðçñåóßá

Re: [Newbie] Solr Setup

2006-10-03 Thread Yonik Seeley
On 10/3/06, Panayiotis Papadopoulos [EMAIL PROTECTED] wrote: but it plays on Linux so i ll focus on that... So my question now it will be if i can modify the example to server my needs ... As i said i want to index 4 tables so i ll have to run 4 instances of the same example ? Starting 4 Jettys

Re: [Newbie] Solr Setup

2006-10-02 Thread Yonik Seeley
On 10/2/06, Panayiotis Papadopoulos [EMAIL PROTECTED] wrote: Hi everyone, i just discovered Solr and tried to setup today but without any success altough i read many of previous posts in the mailing list... I did what i was supposed to do namely: * Install jdk 1.5 (on ubuntu) * Install tomcat *

Re: [Newbie] Solr Setup

2006-10-02 Thread Chris Hostetter
: Besides where should i put the schema and solconfig xmls ? Inside the : solr webapp dir or solr home ? And should i put them just in solr : directory or create a subdir solr/conf/ as yonik said, if you are new to Solr and having trouble getting setup ith Tomcat, start by trying to use the self

Re: [Newbie] Solr Setup

2006-10-02 Thread Yonik Seeley
On 10/2/06, Panayiotis Papadopoulos [EMAIL PROTECTED] wrote: I ve have alreay followed the instructions for Tomcat installatin from wiki but no success but i have not executed the self contained demo... I try to execute it but is asks from Admin authorization on my win laptop... And i cannot

Re: [Newbie] Solr Setup

2006-10-02 Thread WHIRLYCOTT
It's not asking for admin privs on your laptop. Or it shouldn't be, at least. What exactly is asking for admin rights? phil. On Oct 2, 2006, at 6:11 PM, Panayiotis Papadopoulos wrote: I ve have alreay followed the instructions for Tomcat installatin from wiki but no success but i have

Re: solr setup

2006-03-28 Thread Yonik Seeley
It might be easier to download a recent Tomcat 5.5 distribution and get it working with that first... then try with the bundled version of Tomcat once you understand how everything works. Thanks Yonik, maybe I should try that, though I now think that the configuration is not the main

solr setup

2006-03-20 Thread Mike Austin
I'm trying to set solr up with CentOS 4.2, Apache 2.0.55, Tomcat 5, and Java SDK 1.5 for the first time. I copied the solr.war to the tomcat webapps folder and it created the solr folders. I then try running the app with http://localhost:8080/solr/adminand I get an error (I don't have the error

Re: solr setup

2006-03-20 Thread Mike Austin
Thanks Yonik, I fixed the conf issue.. now I get this. Any ideas? 2006-03-20 20:42:09 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception java.lang.NoClassDefFoundError at org.apache.jsp.admin.index_jsp._jspService(index_jsp.java:67) at

Re: solr setup

2006-03-20 Thread Yonik Seeley
Caused by: java.lang.RuntimeException: Can't find resource solrconfig.xml Hmmm, we've been moving around the config directory lately... what version are you working off of. Check that the example directory has ./solrconf in it. Then check that there is a ./solrconf/ from wherever you are

Re: solr setup

2006-03-20 Thread Mike Austin
Ahhh!! OK.. next time you see me you can back-slap me. I was doing a cd into bin and starting tomcat. Now it is working. Sorry to waste your time, it was my mistake all along. I did install tomcat 5.5 but the issue was the startup. Thanks, Mike