Re: Solr server configuration

2018-01-15 Thread Emir Arnautović
Hi Deepak, Here is another blog post containing some thought how it can be estimated. http://www.od-bits.com/2018/01/solrelasticsearch-capacity-planning.html HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly De

Re: Solr server configuration

2018-01-12 Thread Erick Erickson
First, it's totally impossible to answer in the abstract, see: https://lucidworks.com/2012/07/23/sizing-hardware-in-the-abstract-why-we-dont-have-a-definitive-answer/ Second, indexing DB tables directly into Solr is usually the wrong approach. Solr is not a replacement for a relational DB, it does

RE: Solr Server Configuration

2007-07-10 Thread Kijiji Xu, Ping
Yes, that's right, just make the path in the solr.xml is right, everything will be ok! -Original Message- From: nithyavembu [mailto:[EMAIL PROTECTED] Sent: 2007年7月10日 18:28 To: solr-user@lucene.apache.org Subject: RE: Solr Server Configuration Hi, I tried as you said and go

Re: Solr Server Configuration

2007-07-10 Thread James liu
acked a home.rar file in this mail,it is solr's files in the tomcat > directory structure,FYI > > My msn: [EMAIL PROTECTED] if there is problem,pls contact with me. > > -Original Message- > From: nithyavembu [mailto:[EMAIL PROTECTED] > Sent: 2007年7月10日 17:14 > To:

RE: Solr Server Configuration

2007-07-10 Thread nithyavembu
gt; My msn: [EMAIL PROTECTED] if there is problem,pls contact with me. > > -Original Message- > From: nithyavembu [mailto:[EMAIL PROTECTED] > Sent: 2007年7月10日 17:14 > To: solr-user@lucene.apache.org > Subject: RE: Solr Server Configuration > > > Hi Kijiji Xu, &g

RE: Solr Server Configuration

2007-07-10 Thread Kijiji Xu, Ping
in this mail,it is solr's files in the tomcat directory structure,FYI My msn: [EMAIL PROTECTED] if there is problem,pls contact with me. -Original Message- From: nithyavembu [mailto:[EMAIL PROTECTED] Sent: 2007年7月10日 17:14 To: solr-user@lucene.apache.org Subject: RE: Solr Server Configurati

RE: Solr Server Configuration

2007-07-10 Thread nithyavembu
Hi Kijiji Xu, Thanks a lot for your clear guidance. I tried as you said. But i was unclear with the environment varible values in solr.xml So atlast i didnt touch the configuration parts. These are the steps i followed for the solr server working.. 1. Used tomcat 5 with windows. 2. Deployed

Re: Solr Server Configuration

2007-07-06 Thread Yonik Seeley
On 7/6/07, Karen Loughran <[EMAIL PROTECTED]> wrote: I use solr with tomcat 5.5.23. I have successfully used Darren Erik Vengroff's java client for adding and deleting found on this page. http://wiki.apache.org/solr/SolJava I also successfully use EmbeddedSolr for direct API usage (found at th

Re: Solr Server Configuration

2007-07-06 Thread Karen Loughran
I use solr with tomcat 5.5.23. I have successfully used Darren Erik Vengroff's java client for adding and deleting found on this page. http://wiki.apache.org/solr/SolJava I also successfully use EmbeddedSolr for direct API usage (found at the end of this link) Karen On Friday 06 July 2007

Re: Solr Server Configuration

2007-07-06 Thread Tristan Vittorio
If you are used to working with Lucene and want to interface Solr directly from within a java application, you can take a look at DirectSolrConnection from EmbeddedSolr, check the wiki page http://wiki.apache.org/solr/EmbeddedSolr for more info. cheers, Tristan On 7/6/07, Kijiji Xu, Ping <[EMAI

RE: Solr Server Configuration

2007-07-06 Thread Kijiji Xu, Ping
i) In lucene we add document by using java. But here they given in xml format and posting them using POST.jar. How can i add document in java? In java ,there have a class named org.apache.solr.util.SimplePostTool ,you can look at the source code of it,and you'll know how it worked for posting xm

RE: Solr Server Configuration

2007-07-06 Thread Vince McNamara
Hi Nithya I'm new to this myself and I'm sure there are other ways to POST to solr but here's one way. This uses the Apache commons HttpClient - downloaded from http://jakarta.apache.org/commons/httpclient/ You need to change the first parameter to the StringRequestEntity constructor to use a stri