Re: Dataimport problem

2019-07-31 Thread Alexandre Rafalovitch
ing for all the > cores which have more than 8 SQL requests. But the same is working fine with > AWS hosting. Really baffled. > > Thanks and Regards, > Srinivas Kashyap > > -Original Message- > From: Erick Erickson > Sent: 31 July 2019 08:00 PM > To: solr-us

RE: Dataimport problem

2019-07-31 Thread Srinivas Kashyap
is working fine with AWS hosting. Really baffled. Thanks and Regards, Srinivas Kashyap -Original Message- From: Erick Erickson Sent: 31 July 2019 08:00 PM To: solr-user@lucene.apache.org Subject: Re: Dataimport problem This code is a little old, but should give you a place to start: https

RE: Dataimport problem

2019-07-31 Thread Srinivas Kashyap
2019 07:41 PM To: solr-user Subject: Re: Dataimport problem A couple of things: 1) Solr on Tomcat has not been an option for quite a while. So, you must be running an old version of Solr. Which one? 2) Compare that you have the same Solr config. In Admin UI, there will be all O/S variables

Re: Dataimport problem

2019-07-31 Thread Alexandre Rafalovitch
A couple of things: 1) Solr on Tomcat has not been an option for quite a while. So, you must be running an old version of Solr. Which one? 2) Compare that you have the same Solr config. In Admin UI, there will be all O/S variables passed to the Java runtime, I would check them side-by-side 3) You

Dataimport problem

2019-07-31 Thread Srinivas Kashyap
Hello, We are trying to run Solr(Tomcat) on Azure instance and postgres being the DB. When I run full import(my core has 18 SQL queries), for some reason, the requests will go till 9 and it gets hung for eternity. But the same setup, solr(tomcat) and postgres database works fine with AWS

Re: Solr 4 dataimport problem.

2012-08-19 Thread Erick Erickson
SolrJ is completely irrelevant for using DIH, the only time you need it would be if you're going to write a Java program to push data into your index. Which can be done using a JDBC driver to connect to your SQL server and then pushing docs to Solr, see:

Re: Solr 4 dataimport problem.

2012-08-18 Thread Gora Mohanty
On 18 August 2012 19:50, Val val.hoff...@gmail.com wrote: Hi all, I'm having trouble using dataimport, so maybe you can help me. I've downloaded beta version of Solr 4. I already posted a question

Re: Solr 4 dataimport problem.

2012-08-18 Thread Val
Hi Gora, First of all thank you, and I will try to look closely at example-DIH (so I guess the rest of my email can be ignored), thanks! I'm using DataImportHandler as it's described here: http://wiki.apache.org/solr/DataImportHandler. And I have the binary distribution, not the compiled one. I

DataImport problem

2010-09-04 Thread Jason Chaffee
I am getting the following error with the DataImport and I am not sure why as I following the documentation. I am trying to use XPath and the URLDataSource but it fails to load the datasource. SEVERE: Full Import failed org.apache.solr.handler.dataimport.DataImportHandlerException: No

Re: DataImport problem

2010-09-04 Thread Lance Norskog
The RSS example does not do this. It declares only the source, and gives all of the parameters in the entity. You can have different entities with different uses of the datasource. In general, the DIH is easier to use when starting with one of the examples and slowing changing one thing at a