Hey,
Is it possible to reference a custom java class during the dataimport? The
dataimport looks something like this:
```
db-data-config.xml
```
Sadly I was unable to find any information on this topic.
Thanks for your help!
Try referencing the jar directly (by absolute path) with a statement
in the solrconfig.xml (and reloading the core).
The DIH example shipped with Solr shows how it works.
This will help to see if the problem with not finding the jar or something else.
Regards,
Alex.
On Wed, 9 Oct 2019 at 09:14
Try starting Solr with the “-v” option. That will echo all the jars that are
loaded and the paths.
Where _exactly_ is the jar file? You say “in the lib folder of my core”, but
that leaves a lot of room for interpretation.
Are you running stand-alone or SolrCloud? Exactly how do you start Solr?
Hi,
Kindly help me solve the issue when I am connecting NEO4j with solr. I am
facing this issue in my log file while I have the jar file of neo4j driver
in the lib folder of my core.
Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException:
org.apache.solr.handler.dataimport.Data
Hello,
I write because I'm having problems importing some data from a MariaDB
database to my Solr Cloud cluster, and I'm not able to see the data or
where's the import problem.
My Solr has a dataimport that query a MariaDB database and index the data,
but seems to be not wo
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
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
p
>
> -Original Message-
> From: Alexandre Rafalovitch
> Sent: 31 July 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
> r
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
can enable Dataimport(DIH) debug in Admin UI, so perhaps you
can run a subset (1?) of the queries and see the difference
4) Worst case, you may want to track this in between Solr and DB by
using network analyzer (e.g. Wireshark). That may show you the actual
queries, timing, connection issues, etc
5
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
hosti
It is probably autocommit setting in your solrconfig.xml.
But you may also want to consider indexing into a new core and then doing a
core swap at the end. Or re-aliasing if you are running a multiCore
collection.
Regards,
Alex
On Fri, Mar 29, 2019, 2:25 AM 黄云尧, wrote:
> when I do the ful
when I do the full-import , it may take about 1 hours,but these old documents
will be deleted after 10 minite, it cause query nothing 。what do something
method to controller the old documents will be deleted after longer?
Hello,
I use solr and dataimport to index xml files with a dtd.
The dtd is referenced like this
Previously we were using solr4 in a tomcat container.
During the import process, solr tries to validate the xml file with the
dtd.
To find it we were defining -Duser.dir=pathToDtD and solr could
blem where the admin UI dataimport screen has a green
> status summary bar even though an import has failed.
>
> Here's a screenshot:
>
> https://www.dropbox.com/s/94baej11nn75746/dih-green-import-failed.png?dl=0
>
> What I did to get this:
> Downloaded 7.5.0.
>
I'm looking into a problem where the admin UI dataimport screen has a
green status summary bar even though an import has failed.
Here's a screenshot:
https://www.dropbox.com/s/94baej11nn75746/dih-green-import-failed.png?dl=0
What I did to get this:
Downloaded 7.5.0.
Extracted the a
What might the implications be if a DIH status request returns an error
response other than a 404?
A 404 says either the handler or the core probably don't exist.
My guess, and I admit that I haven't read the code closely, is that if
the handler exists but is so broken that it cannot return a
On 8/20/2018 10:00 PM, Sushant Vengurlekar wrote:
I have a dataimport working on standalone solr instance but the same
doesn't work on solrcloud. I keep on hitting this error
Full Import failed:java.lang.RuntimeException:
java.lang.RuntimeExce
I have a dataimport working on standalone solr instance but the same
doesn't work on solrcloud. I keep on hitting this error
Full Import failed:java.lang.RuntimeException:
java.lang.RuntimeException:
org.apache.solr.handler.dataimport.DataImportHandlerException:
Exception in invoking url
at's SEVEN AND A HALF YEARS OLD, that information doesn't help
me understand exactly what it is you want to know. The previous
information in the topic is a question and answer about what kind of
performance can be expected from the dataimport handler. There's
nothing about coding in it.
Thanks,
Shawn
sorry. may i know how to code it?
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
I'm running Solr 7.2.1 on Windows via Cygwin.
I've installed Solr7.2.1 but I'm getting a 404 when trying to run the
dataimport handler:
http://localhost:8983/solr/tt-giftsamplecatalog/dataimport?command=full-import
After calling this URL, I don't see any logging in the conso
;
> > Hello,
> >
> > My question is just what I've summarized on the subject: Is there any way
> > to change the default state of the checkboxes on dataimport admin page?
> >
> > I want to change the default state of the "clean" checkbox to uncheck
>
your (presumed) screenshot is blank
Best,
Erick
On Mon, Jan 15, 2018 at 2:30 AM, Daniel Carrasco
wrote:
> Hello,
>
> My question is just what I've summarized on the subject: Is there any way
> to change the default state of the checkboxes on dataimport admin page?
>
>
Hello,
My question is just what I've summarized on the subject: Is there any way
to change the default state of the checkboxes on dataimport admin page?
I want to change the default state of the "clean" checkbox to uncheck
because sometimes I import incremental data and I forgot
Hi,
I did not check it but it seems to me that it might be related to using full
path in your fields xpath: you are iterating hash-es and you should probable
set field paths assuming it is the new root. E.g. for id it would be:
>
HTH,
Emir
--
Monitoring - Log Management - Alerting - Anomaly Det
I am trying to import a nested xml using URLdatasource. But indexing is not
happening.
XML:
ABC
1512016450886
XYZ
access
public
access12
public12
My data-config.xml:
http://abc:123/api/sample_api.xml";
processor="XPathEntityProcessor"
From: Shawn Heisey
Reply-To: "solr-user@lucene.apache.org"
Date: Tuesday, December 5, 2017 at 1:31 PM
To: "solr-user@lucene.apache.org"
Subject: Re: Dataimport handler showing idle status with multiple shards
On 12/5/2017 10:47 AM, Sarah Weissman wrote:
I’ve rec
On 12/5/2017 10:47 AM, Sarah Weissman wrote:
I’ve recently been using the dataimport handler to import records from a
database into a Solr cloud collection with multiple shards. I have 6 dataimport
handlers configured on 6 different paths all running simultaneously against the
same DB. I’ve
Hi,
I’ve recently been using the dataimport handler to import records from a
database into a Solr cloud collection with multiple shards. I have 6 dataimport
handlers configured on 6 different paths all running simultaneously against the
same DB. I’ve noticed that when I do this I often get
On 11/7/2017 6:49 AM, richardg wrote:
> vs on the master that shows the error.
>
> 2017-11-07 13:29:14.131 INFO (qtp1839206329-36) [
> x:solr_aggregate_production] o.a.s.c.S.Request [solr_aggregate_production]
> webapp=/solr path=/admin/mbeans
> params={cat=QUERYHANDLER&wt=json&_=1510061366718}
Yes I am referring to the dataimport tab in the admin UI and issue
SOLR-10035. My previous setup w/ 6.3 did not show this error. I then
upgraded to 7.1.0 and the error shows. I upgraded(downgraded) to versions
6.5.0 and 6.6.2 and I do not see the error. Version 7.0.1 also shows the
error for
On 11/6/2017 4:26 PM, Shawn Heisey wrote:
> If I start Solr "normally" or with the cloud example, then the
> dataimport tab shows that error -- which is exactly as expected.
I have opened an improvement issue so that particular error message
isn't as vague. It's
the admin UI when you click
on dataimport. The error is pretty self-explanitory -- Solr couldn't
find any defined dataimport handlers. At least one such handler must be
set up in the config before you can use the dataimport tab.
You mention that this was an issue with 6.4 and fixed ...
I see where this was an issue w/ 6.4 and fixed. I keep getting this error w/
7.0.1 and 7.1.0. Works fine up until 6.6.2. Could this issue have been
reintroduced? Is there somewhere to check what might be going on? I don't
see anything in the error logs.
--
Sent from: http://lucene.472066.n3
...@flexera.com]
Sent: Wednesday, September 27, 2017 1:40 PM
To: solr-user@lucene.apache.org
Subject: DataImport Handler Out of Memory
I am trying to create indexes using dataimport handler (Solr 5.2.1). Data is in
mysql db and the number of records are more than 3.5 million. My solr server
stops due to OOM
I am trying to create indexes using dataimport handler (Solr 5.2.1). Data is in
mysql db and the number of records are more than 3.5 million. My solr server
stops due to OOM (out of memory error). I tried starting solr by giving 12GB of
RAM but still no luck.
Also, I see that Solr fetches all
solr-user@lucene.apache.org
Subject: [bulk]: RE: [bulk]: Re: Optimizing Dataimport from Oracle; cursor
sharing; changing oracle session parameters
Yes, I'm using Data Import Handler and I would prefer a solution for this way
of import because it's already tested and the imported data is ok and
, only changed data is
managed.
-Original Message-
From: Shawn Heisey [mailto:apa...@elyograg.org]
Sent: Wednesday, 16 August 2017 5:42 a.m.
To: solr-user@lucene.apache.org
Subject: Re: Optimizing Dataimport from Oracle; cursor sharing; changing oracle
session parameters
On 8/15/2017 8:09
This might be a hack, but the CSV importer is really fast. Run the query in
your favorite command line and export to CSV, then load it.
You can even make batches. Maybe use ranges of the ID, then delete by query for
that range.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunde
On 8/15/2017 8:09 AM, Mannott, Birgit wrote:
> I'm using solr 6.6.0 and I have to do a complex data import from an oracle db
> concerning 3.500.000 data rows.
> For each row I have 15 additional entities. That means that more than 52
> Million selects are send to the database.
> For every select
Birgit,
any chance to utilise one of the caching strategies that DIH offers?
Like building a complete map for one of the subentities? That would mean
reading the whole table at the beginning and then only doing lookups by key.
Or getting data from subentities with joins in your main entity?
Hea
t 15, 2017 4:33 PM
> To: solr-user
> Subject: [bulk]: Re: Optimizing Dataimport from Oracle; cursor sharing;
> changing oracle session parameters
>
> I presume you're using Data Import Handler? An alternative when you get
> into complex imports is to use a SolrJ client, here'
Regards,
Birgit
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: Tuesday, August 15, 2017 4:33 PM
To: solr-user
Subject: [bulk]: Re: Optimizing Dataimport from Oracle; cursor sharing;
changing oracle session parameters
I presume you're using Dat
I presume you're using Data Import Handler? An alternative when you
get into complex imports is to use a SolrJ client, here's a sample.
That way you can use whatever tools the particular JDBC connector will
allow and can be much faster.
https://lucidworks.com/2012/02/14/indexing-with-solrj/
Best,
Hi,
I'm using solr 6.6.0 and I have to do a complex data import from an oracle db
concerning 3.500.000 data rows.
For each row I have 15 additional entities. That means that more than 52
Million selects are send to the database.
For every select that is done I optimized the oracle execution path
I don't use DB. I do dataimport from one collection of SOLR to another
collection with the same configuration.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Different-DateTime-format-in-dataimport-and-index-tp4339230p4339244.html
Sent from the Solr - User mailing
name: pizza, pickupTime: 2017-06-06T19:00:00}*
> and in reindex or dataimport I see in log:
> *{id: test1, price: 100.0, name: pizza, pickupTime: Tue Jun 6 19:00:00 IDT
> 2017}*
>
> Why do float and date have different format in index and dataimport? Is it
> SOLR bug?
> How can I
.
So, my question is why in indexing of item I see in log:
*{id: test1, price: 100, name: pizza, pickupTime: 2017-06-06T19:00:00}*
and in reindex or dataimport I see in log:
*{id: test1, price: 100.0, name: pizza, pickupTime: Tue Jun 6 19:00:00 IDT
2017}*
Why do float and date have different format in
Thanks Shwan, that was good point to consider but we had porblem with
holdability param in data-config.xml and Oracle 12c version of DB and
client.
BY remove Holdability parameter we are able to solve the issue.
On 28 March 2017 at 18:19, Shawn Heisey wrote:
> On 3/27/2017 7:13 PM, santosh sidn
On 3/27/2017 7:13 PM, santosh sidnal wrote:
> i am facing closed connection issue while doing dataimporter, any solution
> to this> stack trace is as below
>
>
> [3/27/17 8:54:41:399 CDT] 00b4 OracleDataSto > findMappingClass for :
> Entry
> java.sql.SQLRecover
Hi All,
i am facing closed connection issue while doing dataimporter, any solution
to this> stack trace is as below
[3/27/17 8:54:41:399 CDT] 00b4 OracleDataSto > findMappingClass for :
Entry
java.sql.SQLRecoverableException: Closed
Connection
at
oracle.jdbc
Hello, Dean.
DIH is shard agnostic. How do you try to specify "a shard from the new
collection"?
On Tue, Mar 21, 2017 at 8:24 PM, deansg wrote:
> Hello,
> My team often uses the /dataimport & /dih handlers to move items from one
> Solr collection to another. However, al
Hello,
My team often uses the /dataimport & /dih handlers to move items from one
Solr collection to another. However, all the times we did that, the number
of shards in the new collection was always the same or higher than in the
old.
Can /dataimport work if I have less shards in the
???: "solr-user";
: Aw: ??Solr 5.5.0 Configure global jndi DS for dataimport
Maybe someone is interested in solution:
AND
java:comp/env/jdbc/myds
Both need the complete lookup name.
Per
> Gesendet: Dienstag, 07. Februar 2017 um 10:29 Uhr
> Von: "Per Newgro
Maybe someone is interested in solution:
AND
java:comp/env/jdbc/myds
Both need the complete lookup name.
Per
> Gesendet: Dienstag, 07. Februar 2017 um 10:29 Uhr
> Von: "Per Newgro"
> An: solr-user@lucene.apache.org
> Betreff: Aw: 回复:Solr 5.5.0 Configure global
> Gesendet: Dienstag, 07. Februar 2017 um 10:02 Uhr
> Von: alias <524839...@qq.com>
> An: solr-user
> Betreff: 回复:Solr 5.5.0 Configure global jndi DS for dataimport
>
> jndiName="java:comp/env/jdbc/myds"
>
>
> -- 原始邮件 --
>
jndiName="java:comp/env/jdbc/myds"
-- --
??: "Per Newgro";;
: 2017??2??7??(??) 4:47
??: "solr-user-group";
: Solr 5.5.0 Configure global jndi DS for dataimport
Hello,
I would like to configur
Hello,
I would like to configure a JNDI datasource for use in dataimport. From the
documentation it shall be possible and easy.
My environment:
Debian
OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-2~bpo8+1-b14)
Solr 5.5.0 downloaded and installed as service in /opt/solr
Installed core
On 1/26/2017 7:44 AM, Chris Rogers wrote:
> Just tested the DIH example in 6.4 (bin/solr -e dih)
>
> Getting the same “No dataimport-handler defined!” for every one of the cores
> installed as part of the example.
Repeating a reply already posted elsewhere on this thread:
It
Solr users, new and experienced
On 26 January 2017 at 09:44, Chris Rogers
wrote:
> Hi Alex,
>
> Just tested the DIH example in 6.4 (bin/solr -e dih)
>
> Getting the same “No dataimport-handler defined!” for every one of the cores
> installed as part of the example.
>
> Che
Hi Alex,
Just tested the DIH example in 6.4 (bin/solr -e dih)
Getting the same “No dataimport-handler defined!” for every one of the cores
installed as part of the example.
Cheers,
Chris
On 24/01/2017, 15:07, "Alexandre Rafalovitch" wrote:
Strange.
If you run a pre
-dataimport-handler-defined-tp4315520p4315787.html
Sent from the Solr - User mailing list archive at Nabble.com.
s. It just says “Sorry, no dataimport-handler defined” in the SOLR
> admin UI.
A user on the IRC channel has run into what seems to be the same problem.
This bug is caused by a change in the SolrInfoMBean class, part of some
cleanup for new metrics. The output of the handler that normally live
r users, new and experienced
>
>
> On 24 January 2017 at 07:43, Chris Rogers
> wrote:
> > Hi all,
> >
> > Having frustrating issues with getting SOLR 6.4.0 to recognize the
> existence of my DIH config. I’m using Oracle Java8 jdk on Ubuntu 14.04.
gt; The DIH .jar file appears to be loading correctly. There are no
errors in the SOLR logs. It just says “Sorry, no dataimport-handler defined” in
the SOLR admin UI.
>
> My config files are listed below. Can anyone spot any mistakes here?
> Hi all,
>
> Having frustrating issues with getting SOLR 6.4.0 to recognize the
existence of my DIH config. I’m using Oracle Java8 jdk on Ubuntu 14.04.
>
> The DIH .jar file appears to be loading correctly. There are no errors in
the SOLR logs. It just says “Sorry, no dataimpor
just says “Sorry, no dataimport-handler defined” in the SOLR
> admin UI.
>
> My config files are listed below. Can anyone spot any mistakes here?
>
> Many thanks,
> Chris
>
> # solrconfig.xml ##
>
>regex=
Hi all,
Having frustrating issues with getting SOLR 6.4.0 to recognize the existence of
my DIH config. I’m using Oracle Java8 jdk on Ubuntu 14.04.
The DIH .jar file appears to be loading correctly. There are no errors in the
SOLR logs. It just says “Sorry, no dataimport-handler defined” in the
Hi,
Thanks, I will look into options specified.
On Mon, Sep 26, 2016 at 4:35 PM, Alexandre Rafalovitch
wrote:
> Transformers do not see what's in the Solr index, they are too early
> in the processing chain.
>
> You could probably do something by exporting that field's value,
> caching it and
Transformers do not see what's in the Solr index, they are too early
in the processing chain.
You could probably do something by exporting that field's value,
caching it and injecting it back with transformer from that cache.
Messy but doable.
UpdateRequestProcessor would be able to do it, but yo
Hi All,
We use DataImportHandler to import data from Redshift. We want to overwrite
some 250M existing records (that has around 350 columns) while retaining
the field value of only one column in those 250M records. The reason is,
that one column is a multi-valued and requires a costly query to bui
data-config.xml
Thanks
Saravanan
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-DataImport-failed-from-Cassandra-due-to-TimedOut-Exception-tp4297088.html
Sent from the Solr - User mailing list archive at Nabble.com.
On 8/18/2016 5:10 PM, Peri Subrahmanya wrote:
> Hi,
>
> I have a simple one-to-many relationship setup in the data-import.xml and
> when I try to index it using the dataImportHandler, Solr complains of “no
> unique id found”.
>
> managed-schema.xml
> id
> solrconfig,xml:
>
>
> id
>
>
Well, do both parent and child entity have a field called 'id'
containing their corresponding unique ids? That would be the first
step.
Regards,
Alex.
Newsletter and resources for Solr beginners and intermediates:
http://www.solr-start.com/
On 19 August 2016 at 09:10, Peri Subrahmanya
w
Hi,
I have a simple one-to-many relationship setup in the data-import.xml and when
I try to index it using the dataImportHandler, Solr complains of “no unique id
found”.
managed-schema.xml
id
solrconfig,xml:
id
data-import.xml
and everything is
ok now! TOO WEIRD!
scott.chu,scott@udngroup.com
2016/5/24 (週二)
- Original Message -
From: kostali hassan
To: solr-user ; scott(自己)
CC:
Date: 2016/5/24 (週二) 16:55
Subject: Re: trying DIH but get 'Sorry, no dataimport-handler defined!'
if you have in
9:24,781 INFO (coreLoadExecutor-6-thread-1) [ ]
> o.a.s.c.SolrResourceLoader Adding
> 'file:/D:/portable_sw/solr-6.0.0/dist/solr-dataimporthandler-extras-6.0.0.jar'
> to classloader
>
> * So I think dih jars are loaded ok.
>
> I go to localhost:893 in browser and select core 'testdih', then click
> 'DataImport' item but rightpane shows "Sorry, no dataimport-handler
> defined!".
>
> What do I miss?
>
>
> scott.chu,scott@udngroup.com
> 2016/5/24 (週二)
>
6/5/24 (週二) 16:35
Subject: trying DIH but get 'Sorry, no dataimport-handler defined!'
I do following things:
* I create folder : D:\solr-6.0.0\myconfigsets\testdih.
* Copy D:\portable_sw\solr-6.0.0\example\example-DIH\solr\db\conf to
D:\solr-6.0.0\myconfigsets\testdih.
* G
INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/D:/portable_sw/solr-6.0.0/dist/solr-dataimporthandler-extras-6.0.0.jar'
to classloader
* So I think dih jars are loaded ok.
I go to localhost:893 in browser and select core 'testdih', then click
'DataImport
om: kishor [mailto:krajus...@gmail.com]
Sent: Friday, April 29, 2016 4:58 AM
To: solr-user@lucene.apache.org
Subject: dataimport db-data-config.xml
I want to import data from mysql-table and csv file ata the same time beacuse
some data are in mysql tables and some are in csv file . I want to ma
.nabble.com/dataimport-db-data-config-xml-tp4270673p4273614.html
Sent from the Solr - User mailing list archive at Nabble.com.
ot;TemplateTransformer">
>
> template="user1-${user1.id}"/>
>
>
> This code is not working please suggest any more example
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/dataimport-db-data-config-xml-tp4270673.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
.472066.n3.nabble.com/dataimport-db-data-config-xml-tp4270673.html
Sent from the Solr - User mailing list archive at Nabble.com.
.472066.n3.nabble.com/dataimport-db-data-config-xml-tp4270674.html
Sent from the Solr - User mailing list archive at Nabble.com.
On 3/14/2016 2:31 AM, Adi@GTN wrote:
> Am using the below config details in order to connect the database, and pull
> the query but in the connection details it is mentioned as
> authenticateMethod=ntlm, am bit confused here am not sure what is this
> authentication method, now am not able to conne
debug and understand what is the username it is being used in-order
to connect the database. Can anyone help me understanding and give some
inputs on how to debug.
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/Not-able-to-do-DataImport-from-MSSQL-server-to
onfig.xml by default.
> >
> > But before we go into details, what are you trying to accomplish with
> Solr?
> >
> > -Original Message-
> > From: Jean-Jacques MONOT [mailto:jj_mo...@yahoo.fr]
> > Sent: Monday, February 01, 2016 2:31 PM
> > To: s
he.org
> Subject: Potential SPAM:sorry, no dataimport-handler defined!
>
> Hello
>
> I am using SOLR 5.4.1 and the graphical admin UI.
>
> I successfully created multiples cores and indexed various documents, using
> in line commands : (create -c) and (post.jar) o
: Jean-Jacques MONOT [mailto:jj_mo...@yahoo.fr]
Sent: Monday, February 01, 2016 2:31 PM
To: solr-user@lucene.apache.org
Subject: Potential SPAM:sorry, no dataimport-handler defined!
Hello
I am using SOLR 5.4.1 and the graphical admin UI.
I successfully created multiples cores and indexed various
UI.
>
> I successfully created multiples cores and indexed various documents,
> using in line commands : (create -c) and (post.jar) on W10.
>
> But in the GUI, when I click on "Dataimport", I get the following message
> : "sorry, no dataimport-handler defined!"
Hello
I am using SOLR 5.4.1 and the graphical admin UI.
I successfully created multiples cores and indexed various documents,
using in line commands : (create -c) and (post.jar) on W10.
But in the GUI, when I click on "Dataimport", I get the following
message : "sorry, no dat
On 3 November 2015 at 10:38, Gora Mohanty wrote:
>> I missed previous discussions, but the DIH config file is given in a
>> query parameter. So, if there is a bunch of them on a file system, one
>> could probably do
>> find . - name "*.dihconf" | xargs curl .
>
> Sorry, I might be missing some
On 3 November 2015 at 21:25, Alexandre Rafalovitch wrote:
> On 3 November 2015 at 10:38, Gora Mohanty wrote:
>>> I missed previous discussions, but the DIH config file is given in a
>>> query parameter. So, if there is a bunch of them on a file system, one
>>> could probably do
>>> find . - name
On 2 November 2015 at 22:38, Alexandre Rafalovitch wrote:
> On 2 November 2015 at 11:30, Gora Mohanty wrote:
>> As per my last
>> follow-up, there is currently no way to have DIH automatically pick up
>> different data-config files without manually editing the DIH
>> configuration each time.
>
>
ata-import?
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Many-files-dataImport-in-same-project-tp4237731p4237868.html
> Sent from the Solr - User mailing list archive at Nabble.com.
-dataImport-in-same-project-tp4237731p4237868.html
Sent from the Solr - User mailing list archive at Nabble.com.
ed to launch after each
other.
So exite there a way to launch to launch 6 once.
Thank you still hoping to have been clear enough.
thank a lot
--
View this message in context:
http://lucene.472066.n3.nabble.com/Many-files-dataImport-in-same-project-tp4237731p4237865.html
Sent from the Solr - User ma
On 2 November 2015 at 11:30, Gora Mohanty wrote:
> As per my last
> follow-up, there is currently no way to have DIH automatically pick up
> different data-config files without manually editing the DIH
> configuration each time.
I missed previous discussions, but the DIH config file is given in a
On 2 November 2015 at 21:50, fabigol wrote:
> Hi,
> i have many files of config dataImport
> I want to start at once instead of launching DataImport for each file.
> is it possible??
Not to be antagonistic, but did you not ask this before, and have
various people not tried to hel
1 - 100 of 460 matches
Mail list logo