Re: Setting up Solr Replica on different machine

2018-06-02 Thread Zheng Lin Edwin Yeo
Hi Shawn, Yes, I am using SolrCloud. The multiple replicas on the same machine is only for testing. Regards, Edwin On 1 June 2018 at 20:35, Shawn Heisey wrote: > On 5/31/2018 11:38 PM, Zheng Lin Edwin Yeo wrote: > >> I am planning to set up Solr with replica on different machine. How should >

Re: Setting up Solr Replica on different machine

2018-06-01 Thread Shawn Heisey
On 5/31/2018 11:38 PM, Zheng Lin Edwin Yeo wrote: I am planning to set up Solr with replica on different machine. How should I go about configuring the setup? Like for example, should the replica node be started on the host machine, or on the replica machine? I will be setting this in Solr 7.3.1

Setting up Solr Replica on different machine

2018-05-31 Thread Zheng Lin Edwin Yeo
Hi, I am planning to set up Solr with replica on different machine. How should I go about configuring the setup? Like for example, should the replica node be started on the host machine, or on the replica machine? I will be setting this in Solr 7.3.1. Regards, Edwin

Re: Setting Up Solr Authentication/Authorization

2018-03-09 Thread Shawn Heisey
On 3/9/2018 9:27 AM, Terry Steichen wrote: > I'm trying to set up basic authentication/authorization with solr 6.6.0. > > The documentation says to create a security.json file and describes the > content as: > > { > "authentication":{ >"class":"solr.BasicAuthPlugin", >"credentials":{"solr":

Setting Up Solr Authentication/Authorization

2018-03-09 Thread Terry Steichen
I'm trying to set up basic authentication/authorization with solr 6.6.0. The documentation says to create a security.json file and describes the content as: { "authentication":{ "class":"solr.BasicAuthPlugin", "credentials":{"solr":"IV0EHq1OnNrj6gvRCwvFwTrZ1+z1oBbnQdiVC3otuq0= Ndd7LKvVBAaZ

Re: Setting up Solr on multiple machines

2015-11-30 Thread Mugeesh Husain
rd1 2.>shard2 both of shard will be point to solr1(server) and solr2 respectively. -- View this message in context: http://lucene.472066.n3.nabble.com/Setting-up-Solr-on-multiple-machines-tp4242343p4242681.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Setting up Solr on multiple machines

2015-11-29 Thread Salman Ansari
ica >> exactly >> >>>>>>> where you want it to go. >> >>>>>>> >> >>>>>>> But I wouldn't bother first, just do what I outlined in 2b and it >> >>>>>>> should be fine. >> >>>>>>>

Re: Setting up Solr on multiple machines

2015-11-29 Thread Walter Underwood
t;>>>>> where you want it to go. >>>>>>>>> >>>>>>>>> But I wouldn't bother first, just do what I outlined in 2b and it >>>>>>>>> should be fine. >>>>>>>>> &

Re: Setting up Solr on multiple machines

2015-11-29 Thread Salman Ansari
< > >>> salman.rah...@gmail.com > >>>>>> > >>>>>>> wrote: > >>>>>>>> I have started with one Zookeeper to test things and I have the > >>>>> following > >>>>>>>> questio

Re: Setting up Solr on multiple machines

2015-11-29 Thread Walter Underwood
>>>>>>>> 1) In my zoo.cfg I have defined >>>>>>>> tickTime=4000 >>>>>>>> dataDir=C:\\Solr\\Zookeeper\\zookeeper-3.4.6\\data >>>>>>>> clientPort=2183 >>>>>>>> >>>>

Re: Setting up Solr on multiple machines

2015-11-29 Thread Don Bosco Durai
ing is that it picks up dataDir and clientPort but >> >> always >> >> >> > keeps tickTime = 3000. Any idea why? >> >> >> > >> >> >> > 2) It is clear from the documentation how to create an ensemble of >> >> >> > Zookeepers on 3

Re: Setting up Solr on multiple machines

2015-11-29 Thread Salman Ansari
ust installing > Solr > >> on > >> >> > each server and then passing the same zookeeper ensemble)? > >> >> > b) How to (using Solr Cloud) create 2 shards spread on 2 > >> machines > >> >> > with each machine having a

Re: Setting up Solr on multiple machines

2015-11-29 Thread Don Bosco Durai
Solr Cloud) create 2 shards spread on 2 >> machines >> >> > with each machine having a replica of the other for high >> availability. So >> >> > server1 will have shard1 and replica2 and server2 will have shard2 and >> >> > replica1? >&

Re: Setting up Solr on multiple machines

2015-11-29 Thread Salman Ansari
gt;> > > >> > On Fri, Nov 27, 2015 at 5:52 AM, Zheng Lin Edwin Yeo < > >> edwinye...@gmail.com> > >> > wrote: > >> > > >> >> Yes, the ZooKeeper is Windows compatible. > >> >> > >> >> You can follow the gu

Re: Setting up Solr on multiple machines

2015-11-29 Thread Don Bosco Durai
ndows compatible. >> >> >> >> You can follow the guide, just need to replace the Linux commands with >> the >> >> Windows commands and paths >> >> >> >> Regards, >> >> Edwin >> >> >> >> >> >>

Re: Setting up Solr on multiple machines

2015-11-29 Thread Salman Ansari
ber 2015 at 20:56, Alessandro Benedetti < > abenede...@apache.org> > >> wrote: > >> > >> > I think it should be straightforward following the Solr wiki : > >> > > >> > > >> > > >> > https://cwiki.apache.org/confl

Re: Setting up Solr on multiple machines

2015-11-29 Thread Don Bosco Durai
straightforward following the Solr wiki : >>> > >>> > >>> > >>> https://cwiki.apache.org/confluence/display/solr/Setting+Up+an+External+ZooKeeper+Ensemble >>> > >>> > I never played much in details with zookeeper ( never tried on

Re: Setting up Solr on multiple machines

2015-11-29 Thread Erick Erickson
tried on a windows >> > machine), but I assume it is windows compatible ( I can see binaries >> .cmd ) >> > >> > Cheers >> > >> > On 26 November 2015 at 12:38, Salman Ansari >> > wrote: >> > >> > > Hi, >>

Re: Setting up Solr on multiple machines

2015-11-28 Thread Salman Ansari
> machine), but I assume it is windows compatible ( I can see binaries > .cmd ) > > > > Cheers > > > > On 26 November 2015 at 12:38, Salman Ansari > > wrote: > > > > > Hi, > > > > > > I have seen the guide of setting up Solr on one

Re: Setting up Solr on multiple machines

2015-11-26 Thread Zheng Lin Edwin Yeo
mber 2015 at 12:38, Salman Ansari > wrote: > > > Hi, > > > > I have seen the guide of setting up Solr on one machine as well as > setting > > it up on multiple machines on Liunx. Is there a good guide of how to > setup > > Solr on multiple machines on Windo

Re: Setting up Solr on multiple machines

2015-11-26 Thread Alessandro Benedetti
.cmd ) Cheers On 26 November 2015 at 12:38, Salman Ansari wrote: > Hi, > > I have seen the guide of setting up Solr on one machine as well as setting > it up on multiple machines on Liunx. Is there a good guide of how to setup > Solr on multiple machines on Windows Server with Zoo

Setting up Solr on multiple machines

2015-11-26 Thread Salman Ansari
Hi, I have seen the guide of setting up Solr on one machine as well as setting it up on multiple machines on Liunx. Is there a good guide of how to setup Solr on multiple machines on Windows Server with Zookeeper ensemble? My structure is as follows 1) 3 machines will have Zookeeper to create an

Re: Setting up SOLR 5 from an RPM

2015-03-25 Thread Tom Evans
On Wed, Mar 25, 2015 at 2:40 PM, Shawn Heisey wrote: > I think you will only need to change the ownership of the solr home and > the location where the .war file is extracted, which by default is > server/solr-webapp. The user must be able to *read* the program data, > but should not need to writ

Re: Setting up SOLR 5 from an RPM

2015-03-25 Thread Shawn Heisey
On 3/25/2015 5:49 AM, Tom Evans wrote: > On Tue, Mar 24, 2015 at 4:00 PM, Tom Evans wrote: >> Hi all >> >> We're migrating to SOLR 5 (from 4.8), and our infrastructure guys >> would prefer we installed SOLR from an RPM rather than extracting the >> tarball where we need it. They are creating the R

Re: Setting up SOLR 5 from an RPM

2015-03-25 Thread Tom Evans
On Tue, Mar 24, 2015 at 4:00 PM, Tom Evans wrote: > Hi all > > We're migrating to SOLR 5 (from 4.8), and our infrastructure guys > would prefer we installed SOLR from an RPM rather than extracting the > tarball where we need it. They are creating the RPM file themselves, > and it installs an init.

Setting up SOLR 5 from an RPM

2015-03-24 Thread Tom Evans
Hi all We're migrating to SOLR 5 (from 4.8), and our infrastructure guys would prefer we installed SOLR from an RPM rather than extracting the tarball where we need it. They are creating the RPM file themselves, and it installs an init.d script and the equivalent of the tarball to /opt/solr. We'r

RE: setting up solr on tomcat

2014-03-31 Thread Lieberman, Ariel
ubject: Re: setting up solr on tomcat What is the exception stack trace? The link looks good and works for Solr4.x From: Michael Sokolov To: solr-user@lucene.apache.org Sent: Sunday, March 23, 2014 7:56 AM Subject: Re: setting up solr on tomcat On 3/22/20

Re: setting up solr on tomcat

2014-03-23 Thread Pradeep Pujari
What is the exception stack trace? The link looks good and works for Solr4.x From: Michael Sokolov To: solr-user@lucene.apache.org Sent: Sunday, March 23, 2014 7:56 AM Subject: Re: setting up solr on tomcat On 3/22/2014 2:16 AM, anupamk wrote: > Hi, >

Re: setting up solr on tomcat

2014-03-23 Thread Michael Sokolov
mentioned in the wiki, still no dice. Any ideas ? -- View this message in context: http://lucene.472066.n3.nabble.com/setting-up-solr-on-tomcat-tp4126177.html Sent from the Solr - User mailing list archive at Nabble.com. There was a note on that page saying: Solr4.3 <http://wiki.apache.

setting up solr on tomcat

2014-03-22 Thread anupamk
. Any ideas ? -- View this message in context: http://lucene.472066.n3.nabble.com/setting-up-solr-on-tomcat-tp4126177.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Setting up solr on production server

2014-02-20 Thread Shawn Heisey
On 2/20/2014 10:40 PM, Jay Potharaju wrote: > I 'm looking for some tips or guidelines to installing solr on the > production server. I am currently using jetty in my dev environment. > Is it recommended to use tomcat on the production server? Are there are > major advantages of using one over ano

Setting up solr with IBM Websphere 7

2014-02-20 Thread Prasi S
Hi, I have a requirement to setup solr in IBM websphere server 7.x. Has anybody done the same in your project? Is there any blog/ link with the set of instructions for doing the same? Please advice. Thanks, Prasi

RE: Setting up solr on production server

2014-02-20 Thread Suresh Soundararajan
You can go ahead with Tomcat by deploying the solr war in it. It is highly scalable. Thanks, SureshKumar.S From: Jay Potharaju Sent: Friday, February 21, 2014 11:10 AM To: solr-user@lucene.apache.org Subject: Setting up solr on production server Hi, I

Setting up solr on production server

2014-02-20 Thread Jay Potharaju
Hi, I 'm looking for some tips or guidelines to installing solr on the production server. I am currently using jetty in my dev environment. Is it recommended to use tomcat on the production server? Are there are major advantages of using one over another. Thanks J

Re: Setting up Solr

2013-06-05 Thread Shawn Heisey
> We have a number of Jira issues that specifically deal with something > called "Developer Curb Appeal." I think it's pretty clear that we need > to tackle a bunch of things we could call "Newcomer Curb Appeal." I can > work on filing some issues, some of which will address code, some of > which

Re: Setting up Solr

2013-06-05 Thread Yago Riveiro
If we see the UI of other cloud base softwares like couchbase or riak, they are more intuitive than solr's UI. Of course the UI is brand new and need a lot of improvements. Per example the possibility of select a existing config from zookeeper when you are using the wizard to create a collection

Re: Setting up Solr

2013-06-05 Thread Alexandre Rafalovitch
On Wed, Jun 5, 2013 at 1:48 AM, Aaron Greenspan wrote: > I say this not because I enjoy starting flame wars or because I have the time > to participate in them--I don't. I realize that there's a long history to > Solr and I am the new kid who doesn't get it. Nonetheless, that doesn't > change t

Re: Setting up Solr

2013-06-05 Thread Shawn Heisey
On 6/4/2013 11:48 PM, Aaron Greenspan wrote: > I thought I'd document my process of getting set up with Solr 4.3.0 on a > Linux server in case it's of use to anyone. I'm a moderately experienced > Linux system administrator, so without passing judgment (at least for now), > let me just say that

Setting up Solr

2013-06-04 Thread Aaron Greenspan
Hi everyone, I thought I'd document my process of getting set up with Solr 4.3.0 on a Linux server in case it's of use to anyone. I'm a moderately experienced Linux system administrator, so without passing judgment (at least for now), let me just say that I found getting Solr to work to be extr

Setting up Solr

2013-06-04 Thread Aaron Greenspan
Hi everyone, I thought I'd document my process of getting set up with Solr 4.3.0 on a Linux server in case it's of use to anyone. I'm a moderately experienced Linux system administrator, so without passing judgment (at least for now), let me just say that I found getting Solr to work to be extr

Re: Error setting up SOLR with Tomcat on Windows

2013-01-28 Thread Neha Jatav
Got it! There's an authenticator with the tomcat and the cookies are missing when I do an update. Thanks all. On Monday, January 28, 2013, Stefan Matheis wrote: > Neha > > One thing that made me think is the line "SimplePostTool: WARNING: Solr returned an error #302 Found" - Status Code 302 is no

Re: Error setting up SOLR with Tomcat on Windows

2013-01-28 Thread Stefan Matheis
Neha One thing that made me think is the line "SimplePostTool: WARNING: Solr returned an error #302 Found" - Status Code 302 is no real error .. it's a forward/redirect to another url. so, you want to check the used url with curl/wget/or maybe even a normal browser, to see where it gets redirec

Re: Error setting up SOLR with Tomcat on Windows

2013-01-28 Thread Rafał Kuć
Hello! What Gora says is valid. Just point the SimplePostTools to the correct host, core name and handler and it should work just fine, of course if Solr is up and running. For example the following works just fine with Solr running on 8080: java -Durl=http://localhost:8080/solr/collection1/updat

Re: Error setting up SOLR with Tomcat on Windows

2013-01-28 Thread Neha Jatav
(a) I am not using jetty, I am using tomcat as mentioned in the subject line (b) I am using some other port number and that I have included in the url On Monday, January 28, 2013, Gora Mohanty wrote: > On 28 January 2013 16:11, Neha Jatav wrote: >> Dear Gora Mohanty, >> >> I am not using litera

Re: Error setting up SOLR with Tomcat on Windows

2013-01-28 Thread Gora Mohanty
On 28 January 2013 16:11, Neha Jatav wrote: > Dear Gora Mohanty, > > I am not using literally. I am using the localhost url slash > solr. Again, please read the documentation. As mentioned earlier: (a) You do not need -Durl=... if using built-in Jetty, (b) and the URL should include the 8983 por

Re: Error setting up SOLR with Tomcat on Windows

2013-01-28 Thread Neha Jatav
Dear Gora Mohanty, I am not using literally. I am using the localhost url slash solr. On Monday, January 28, 2013, Gora Mohanty wrote: > On 28 January 2013 15:30, Neha Jatav wrote: > [...] >> I am not able to files to SOLR using post.jar. I am getting the following >> message. I get 0 results

Re: Error setting up SOLR with Tomcat on Windows

2013-01-28 Thread Gora Mohanty
On 28 January 2013 15:30, Neha Jatav wrote: [...] > I am not able to files to SOLR using post.jar. I am getting the following > message. I get 0 results upon querying:- > > > > C:\Developer\solr-4.1.0\example\exampledocs>java -Durl=/update > -jar post.jar *.xml [...] Please read and follow the in

Error setting up SOLR with Tomcat on Windows

2013-01-28 Thread Neha Jatav
Dear Sir, I am not able to files to SOLR using post.jar. I am getting the following message. I get 0 results upon querying:- C:\Developer\solr-4.1.0\example\exampledocs>java -Durl=/update -jar post.jar *.xml SimplePostTool version 1.5 Posting files to base url /solr/updat e using content-t

Re: Error about setting up solr instances

2012-05-07 Thread Lance Norskog
nce Monitoring for Solr / ElasticSearch / HBase - > http://sematext.com/spm > > > >> >> From: Emma Bo Liu >>To: solr-user@lucene.apache.org >>Sent: Monday, May 7, 2012 4:50 PM >>Subject: Error about setting up solr instanc

Re: Error about setting up solr instances

2012-05-07 Thread Otis Gospodnetic
e.apache.org >Sent: Monday, May 7, 2012 4:50 PM >Subject: Error about setting up solr instances > >I am trying to set up 60 solr instances.But the instances can only be set >up until the fifth one. The error is as follows > > > >*OpenJDK 64-Bit Server VM warning: Insufficie

Re: Setting up Solr for first time

2011-11-08 Thread Chris Hostetter
: But when feeding in a PDF I'm getting a permissions error but not sure : how to tell where, exactly, the problem is or what I need to do to fix : it?!? Interesting. The problem is coming from the "PDFBox" library used to parse PDF files on your Solr server, but the origin of hte issue seems

Setting up Solr for first time

2011-11-02 Thread MBD
Looking for help getting a basic (the example) configuration up and stabilized so we can start experimenting with it. Requirement being that it index PDFs. After basic install Solr (3.4) is indexing raw text/html files. But when feeding in a PDF I'm getting a permissions error but not sure how t

Re: Setting up Solr 3.4 example with Tomcat 7

2011-10-02 Thread Stardrive Engineering
I'm on OS X for Solr work. It would be great to have a Tomcat based example because it involves a lot of effort just to get something up and functional other wise. Here is how I see it making sense: 1 - Have a tutorial or distribution that has Tomcat and Solr integrated, this can be cloned an

Re: Setting up Solr 3.4 example with Tomcat 7

2011-10-02 Thread Gora Mohanty
On Sun, Oct 2, 2011 at 8:13 PM, Peter Wolanin wrote: > I've seen a number of users fail to get Solr working correctly in > combination with the Drupal client code when using the .deb installer > so I have been strongly recommending against it personally. Hmm, have never done this myself for Drupa

Re: Setting up Solr 3.4 example with Tomcat 7

2011-10-02 Thread Peter Wolanin
I've seen a number of users fail to get Solr working correctly in combination with the Drupal client code when using the .deb installer so I have been strongly recommending against it personally. It's also a rather stale version of Solr, generally. -Peter On Sun, Oct 2, 2011 at 4:04 AM, Gora Moh

Re: Setting up Solr 3.4 example with Tomcat 7

2011-10-02 Thread Gora Mohanty
On Sun, Oct 2, 2011 at 12:22 PM, Stardrive Engineering wrote: > Thanks. Since Tomcat and Solr are running already Tomcat oriented samples to > quickly get up to > speed would be good to have next. I think that the issue is that Jetty is small, and easy to embed and get running, which is why it i

Re: Setting up Solr 3.4 example with Tomcat 7

2011-10-02 Thread Stardrive Engineering
Thanks. Since Tomcat and Solr are running already Tomcat oriented samples to quickly get up to speed would be good to have next. What do you think of this site, is it up to date and worth learning? The site seems to get cut off prematurely, are there more tutorials of this kind? http://synaptic

Re: Setting up Solr 3.4 example with Tomcat 7

2011-10-01 Thread Gora Mohanty
On Sun, Oct 2, 2011 at 10:29 AM, Stardrive Engineering wrote: > Solr, > > We are looking to test Solr in a Tomcat setting and have discovered that the > samples that come with Solr are demonstrated with Jetty. Is there a tutorial > that teaches how to rebuild these samples within Tomcat? So far

Setting up Solr 3.4 example with Tomcat 7

2011-10-01 Thread Stardrive Engineering
Solr, We are looking to test Solr in a Tomcat setting and have discovered that the samples that come with Solr are demonstrated with Jetty. Is there a tutorial that teaches how to rebuild these samples within Tomcat? So far we have Tomcat running and a basic deployed version of Solr that only s

RE: Setting up Solr for PDFs on JBoss

2011-01-04 Thread Olson, Ron
8:10 PM To: solr-user@lucene.apache.org Subject: Re: Setting up Solr for PDFs on JBoss What's your solrconfig.xml look like for setting up the ExtractingReqHandler? -Grant On Jan 3, 2011, at 4:44 PM, Olson, Ron wrote: > Hi all- > > After testing the PDF import functionality in my

Re: Setting up Solr for PDFs on JBoss

2011-01-04 Thread Jak Akdemir
In JBoss, duplicate libraries will be ignored as you mentioned. You may start to find libraries used in JBoss with "find -name *.jar". I don't know any other resource than wiki. It says remove the libraries below. - xercesImpl-2.8.1.jar - xml-apis-1.3.03.jar http://wiki.apache.org/solr/Sol

Re: Setting up Solr for PDFs on JBoss

2011-01-03 Thread Grant Ingersoll
What's your solrconfig.xml look like for setting up the ExtractingReqHandler? -Grant On Jan 3, 2011, at 4:44 PM, Olson, Ron wrote: > Hi all- > > After testing the PDF import functionality in my local copy of Solr 1.4.1 > with the included Jetty app server, I tried replicating it using my copy

Setting up Solr for PDFs on JBoss

2011-01-03 Thread Olson, Ron
Hi all- After testing the PDF import functionality in my local copy of Solr 1.4.1 with the included Jetty app server, I tried replicating it using my copy of Solr running in JBoss 5.10 (which uses Tomcat as its servlet container). When I try to add a PDF, I get an error buried in the stack trac

Re: setting up solr in eclipse

2010-12-17 Thread Adeel Qureshi
never mind .. re-did all the steps with a newer version of eclipse and jdk .. and its all looking good now .. On Fri, Dec 17, 2010 at 6:19 PM, Adeel Qureshi wrote: > This is definitely a solr-dev mailing list question but I cant get the darn > list to let me subscribe .. have subscribed several t

setting up solr in eclipse

2010-12-17 Thread Adeel Qureshi
This is definitely a solr-dev mailing list question but I cant get the darn list to let me subscribe .. have subscribed several times but cant get the confirmation email ..so i am gonna post this here i am trying to setup solr/lucene trunk code in eclipse and after like 3 days of figuring out thin

Re: Seeking help setting up solr in eclipse

2009-09-14 Thread Grant Ingersoll
I'm not familiar w/ Eclipse, but do you need to set solr.solr.home? Perhaps http://wiki.apache.org/solr/SolrTomcat can help too. On Sep 13, 2009, at 7:12 PM, Markus Fischer wrote: Hi, I'ld like to set up Eclipse to run solr (in Tomcat for example), but struggling with the issue that I can'

Seeking help setting up solr in eclipse

2009-09-13 Thread Markus Fischer
Hi, I'ld like to set up Eclipse to run solr (in Tomcat for example), but struggling with the issue that I can't get the index.jsp and other files to be properly executed, for debugging and working on a plugin. I've checked out solr via subclipse plugin, created a Dynamic Web Project. It seems tha