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

Solr server configuration

2018-01-12 Thread Deepak Nair
Hello, We want to implement Solr 7.x for one of our client with below requirement. 1. The data to be index will be from 2 Oracle databases with 2 tables each and around 10 columns. 2. The data volume is expected to be reach around 10 million in each table. 3. 4000+ users wi

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
you can use the java HttpURLConnection class to request and > get response from the solr server > > iii) Whether i have to add any xml or i have to modify the xml > (server.xml,web.xml) files for solr server configuration? > NO, but there have two type of configuration for solr . >

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
modify the xml > (server.xml,web.xml) files for solr server configuration? > > > Best, > Nithya.V.

Re: Solr Server Configuration

2007-07-06 Thread Tristan Vittorio
ify the xml (server.xml,web.xml) files for solr server configuration? NO, but there have two type of configuration for solr . First of all, the solr configuration file locate in the solr/conf,there are solrconfig.xml and schema.xml ,you would change them for your application . Second, you have to

RE: Solr Server Configuration

2007-07-06 Thread Kijiji Xu, Ping
files for solr server configuration? NO, but there have two type of configuration for solr . First of all, the solr configuration file locate in the solr/conf,there are solrconfig.xml and schema.xml ,you would change them for your application . Second, you have to deploy solr application itself to T

RE: Solr Server Configuration

2007-07-06 Thread Vince McNamara
esponseBodyAsString(); LOGGER.debug("RESPONSE " + response); } method.releaseConnection(); -Original Message- From: nithyavembu [mailto:[EMAIL PROTECTED] Sent: 06 July 2007 06:27 To: solr-user@lucene.apache.org Subject: Solr Server Configuration Hi All, I am new to Solr. But

Solr Server Configuration

2007-07-05 Thread nithyavembu
ven in xml format and posting them using POST.jar. How can i add document in java? ii) How can i send the http request n get response in a standalone java program? iii) Whether i have to add any xml or i have to modify the xml (server.xml,web.xml) files for solr server configuration? Best