Two things:
1> Look at http://wiki.apache.org/solr/DataImportHandler, the
"interactive Development Mode" section. There's a page that helps you
debug this kind of thing. But I suspect your SQL is not correct. You
should be able to form a single SQL query that does what you want,
something like (and
Any comments .. please
I am able to do the bulkimport without nested query but with nested query it
just keeps working on it and never seems to end ..
I would appreciate any help
Thanks
Adeel
On Sat, Oct 22, 2011 at 11:12 AM, Adeel Qureshi wrote:
> yup that was it .. my data import files vers
yup that was it .. my data import files version was not the same as solr war
.. now I am having another problem though
I tried doing a simple data import
simple in terms of just pulling up three fields from a table and adding to
index and this worked fine but wh
So to me it heightens the probability of classloader conflicts,
I haven't worked with Solr 4.0, so I don't know if set of JAR files
are the same with Solr 3.4. Anyway, make sure that there is only
ONE instance of apache-solr-dataimporthandler-***.jar in your
whole tomcat+webapp.
Maybe you have thi
its deployed on a tomcat server ..
On Fri, Oct 21, 2011 at 12:49 PM, Alireza Salimi
wrote:
> Hi,
>
> How do you start Solr, through start.jar or you deploy it to a web
> container?
> Sometimes problems like this are because of different class loaders.
> I hope my answer would help you.
>
> Regard
Hi,
How do you start Solr, through start.jar or you deploy it to a web
container?
Sometimes problems like this are because of different class loaders.
I hope my answer would help you.
Regards
On Fri, Oct 21, 2011 at 12:47 PM, Adeel Qureshi wrote:
> Hi I am trying to setup the data import handl
Hi I am trying to setup the data import handler with solr 4.0 and having
some unexpected problems. I have a multi-core setup and only one core needed
the dataimport handler so I have added the request handler to it and added
the lib imports in config file
for some reason this doesnt works .. it