Sanity check on dataimport handler -- what are the implications if status request returns error?

2018-11-27 Thread Shawn Heisey
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

404 error on Solr 7.2.1 dataimport handler (on Windows via Cygwin)

2018-04-30 Thread PeterKerk
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

Re: Dataimport handler showing idle status with multiple shards

2017-12-05 Thread Sarah Weissman
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

Re: Dataimport handler showing idle status with multiple shards

2017-12-05 Thread Shawn Heisey
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

Dataimport handler showing idle status with multiple shards

2017-12-05 Thread Sarah Weissman
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

Re: Solr 7* Sorry, no dataimport-handler defined

2017-11-07 Thread Shawn Heisey
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}

Re: Solr 7* Sorry, no dataimport-handler defined

2017-11-07 Thread richardg
me. I am currently using version 6.6.2 and have been successfully able to run a data import from the admin UI. In my config directory we have solcore.properties solrconfig.xml which defines the dataimport handler (data-config.xml) schema.xml dataimport.properties data-config.xml some admin-extra

Re: Solr 7* Sorry, no dataimport-handler defined

2017-11-06 Thread Shawn Heisey
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 been labeled with "newdev" because

Re: Solr 7* Sorry, no dataimport-handler defined

2017-11-06 Thread Shawn Heisey
mally" or with the cloud example, then the dataimport tab shows that error -- which is exactly as expected.  The example configsets in the base Solr download do not have a dataimport handler.  Only the configs specifically in the DIH example have such handlers defined. Have you created a core wit

Solr 7* Sorry, no dataimport-handler defined

2017-11-06 Thread richardg
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

RE: DataImport Handler Out of Memory

2017-09-27 Thread Allison, Timothy B.
...@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

DataImport Handler Out of Memory

2017-09-27 Thread Deeksha Sharma
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

Re: no dataimport-handler defined!

2017-01-26 Thread Shawn Heisey
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

Re: no dataimport-handler defined!

2017-01-26 Thread Alexandre Rafalovitch
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

Re: no dataimport-handler defined!

2017-01-26 Thread Chris Rogers
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

Re: no dataimport-handler defined!

2017-01-25 Thread sudhi
-dataimport-handler-defined-tp4315520p4315787.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: no dataimport-handler defined!

2017-01-25 Thread Shawn Heisey
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

Re: no dataimport-handler defined!

2017-01-24 Thread Alexandre Rafalovitch
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.

Re: no dataimport-handler defined!

2017-01-24 Thread Chris Rogers
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?

Re: no dataimport-handler defined!

2017-01-24 Thread Chris Rogers
> 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

Re: no dataimport-handler defined!

2017-01-24 Thread Alexandre Rafalovitch
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=

no dataimport-handler defined!

2017-01-24 Thread Chris Rogers
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

Re: trying DIH but get 'Sorry, no dataimport-handler defined!'

2016-05-24 Thread scott.chu
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

Re: trying DIH but get 'Sorry, no dataimport-handler defined!'

2016-05-24 Thread kostali hassan
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 (週二) >

Re: trying DIH but get 'Sorry, no dataimport-handler defined!'

2016-05-24 Thread scott.chu
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

trying DIH but get 'Sorry, no dataimport-handler defined!'

2016-05-24 Thread scott.chu
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

Re: sorry, no dataimport-handler defined!

2016-02-03 Thread kostali hassan
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

Re: sorry, no dataimport-handler defined!

2016-02-02 Thread Jean-Jacques Monot
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

sorry, no dataimport-handler defined!

2016-02-02 Thread Davis, Daniel (NIH/NLM) [C]
: 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

Re: sorry, no dataimport-handler defined!

2016-02-01 Thread Susheel Kumar
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!"

sorry, no dataimport-handler defined!

2016-02-01 Thread Jean-Jacques MONOT
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

Re: exclude folder in dataimport handler.

2015-08-24 Thread coolmals
message in context: http://lucene.472066.n3.nabble.com/exclude-folder-in-dataimport-handler-tp4224267p4224920.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: exclude folder in dataimport handler.

2015-08-21 Thread Alexandre Rafalovitch
folder? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/exclude-folder-in-dataimport-handler-tp4224267p4224489.html > Sent from the Solr - User mailing list archive at Nabble.com.

RE: exclude folder in dataimport handler.

2015-08-21 Thread coolmals
Can you give me a brief description on how to use a transformer to excludes docs from a folder? -- View this message in context: http://lucene.472066.n3.nabble.com/exclude-folder-in-dataimport-handler-tp4224267p4224489.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: exclude folder in dataimport handler.

2015-08-20 Thread Dyer, James
to write a transformer to get what you want. James Dyer Ingram Content Group -Original Message- From: coolmals [mailto:coolm...@gmail.com] Sent: Thursday, August 20, 2015 12:57 PM To: solr-user@lucene.apache.org Subject: exclude folder in dataimport handler. I am importing files from my file

exclude folder in dataimport handler.

2015-08-20 Thread coolmals
I am importing files from my file system and want to exclude import of files from folder called templatedata. How do i configure that in entity. excludes="templatedata" doesnt seem to work. -- View this message in context: http://lucene.472066.n3.nabble.com/exclude-folder-in-

SOLR 5.1.0 DB dataimport handler from orientdb

2015-06-29 Thread Nauman Ramzan
Hi everyone ! I want to import data from orientdb in solr 5.1.0. here is my configurations *data-config.xml* > > > > driver="com.orientechnologies.orient.jdbc.OrientJdbcDriver" >> url="jdbc:orient:remote:localhost/emallates_combine" user="root" >> password="root" batchSize="-1"/> > > >

Re: Problem with numeric "math" types and the dataimport handler

2015-05-26 Thread Shawn Heisey
On 5/26/2015 2:37 PM, Shawn Heisey wrote: > On 5/20/2015 12:06 AM, Shalin Shekhar Mangar wrote: >> Sounds similar to https://issues.apache.org/jira/browse/SOLR-6165 which I >> fixed in 4.10. Can you try a newer release? > Looks like that didn't fix it. > > I applied the patch on SOLR-6165 to the lu

Re: Problem with numeric "math" types and the dataimport handler

2015-05-26 Thread Shawn Heisey
On 5/20/2015 12:06 AM, Shalin Shekhar Mangar wrote: > Sounds similar to https://issues.apache.org/jira/browse/SOLR-6165 which I > fixed in 4.10. Can you try a newer release? Looks like that didn't fix it. I applied the patch on SOLR-6165 to the lucene_solr_4_9_1 tag, built a new war, and when it

Re: Problem with numeric "math" types and the dataimport handler

2015-05-19 Thread Shawn Heisey
On 5/20/2015 12:06 AM, Shalin Shekhar Mangar wrote: > Sounds similar to https://issues.apache.org/jira/browse/SOLR-6165 which I > fixed in 4.10. Can you try a newer release? I can't upgrade yet. I am using a plugin that hasn't been verified against anything newer than 4.9. When a new version bec

Re: Problem with numeric "math" types and the dataimport handler

2015-05-19 Thread Shalin Shekhar Mangar
Sounds similar to https://issues.apache.org/jira/browse/SOLR-6165 which I fixed in 4.10. Can you try a newer release? On Wed, May 20, 2015 at 6:51 AM, Shawn Heisey wrote: > An unusual problem is happening with the DIH on a field that is an > unsigned BIGINT in the MySQL database. This is Solr 4

Problem with numeric "math" types and the dataimport handler

2015-05-19 Thread Shawn Heisey
An unusual problem is happening with the DIH on a field that is an unsigned BIGINT in the MySQL database. This is Solr 4.9.1 without SolrCloud, running on OpenJDK 7u79. During actual import, everything is fine. The problem comes when I restart Solr and the transaction logs are replayed. I get t

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-03 Thread Tim Dunphy
t; > > > > > > > > > > > > > > > > > > > name="user_activation_key" > > /> > > > >

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-03 Thread Alexandre Rafalovitch
; > > > > > Restarted tomcat, and with this setup I wasn't getting any errors in the > browser or logs and the web interface was still working. Always a good sign! > > So then I went down to Core Selector -> collection1 -> data import. And it > was qui

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-03 Thread Tim Dunphy
n! So then I went down to Core Selector -> collection1 -> data import. And it was quite frustrating, cuz I was getting the same error as before! *sorry, no dataimport-handler defined!* So then I tried the e

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Alexandre Rafalovitch
That tutorial seems to be somewhat dodgy. You need at least one more step of adding DIH library in solrconfig.xml: https://github.com/apache/lucene-solr/blob/lucene_solr_4_10_2/solr/example/example-DIH/solr/db/conf/solrconfig.xml#L75 (I recommend using absolute path though). Also, you should not n

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Tim Dunphy
me="user_activation_key" /> > > > > > > > > > > > > > > > > > > > > > > > > > > > > And added the following section to my > > /opt/solr/collection1/conf

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Alexandre Rafalovitch
> > > > > > And added the following section to my > /opt/solr/collection1/conf/solrconfig.xml > >name="/dataimport" > class="org.apache.solr.handler.dataimport.DataImportHandler"> > > > >data-config.xml > > &g

Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Tim Dunphy
llowing response: sorry, no dataimport-handler defined! I am ok with parsing XML with my eyes. I've worked in some big environments, where I've had to read it until my eyes bled! hah.. but I am not sure if I am placing the section in solrconfig.xml that it needs to be. I'm probably missing

Re: Dataimport handler Date

2014-03-06 Thread Gora Mohanty
On 7 March 2014 08:50, Pritesh Patel wrote: > I'm using the dataimporthandler to index data from a mysql DB. Been > running it just fine. I've been using full-imports. I'm now trying > implement the delta import functionality. > > To implement the delta query, you need to be reading the last_inde

Dataimport handler Date

2014-03-06 Thread Pritesh Patel
I'm using the dataimporthandler to index data from a mysql DB. Been running it just fine. I've been using full-imports. I'm now trying implement the delta import functionality. To implement the delta query, you need to be reading the last_index_time from a properties file to know what new to inde

Re: dataimport handler

2014-01-22 Thread Shalin Shekhar Mangar
be greatly > appreciated. > > `Tom > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/dataimport-handler-tp4112830.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

dataimport handler

2014-01-22 Thread tom
every table, I should be able to map the column I choose from the table to solr Id, any solution will be greatly appreciated. `Tom -- View this message in context: http://lucene.472066.n3.nabble.com/dataimport-handler-tp4112830.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Dataimport handler exception when migrating from 4.4 to 4.6. Help needed

2013-12-22 Thread William Bell
r.handler.dataimport.DataImportHandler; Exception while > loading DataImporter > > java.lang.NoSuchMethodError: > org.apache.solr.core.SolrCore.getLatestSchema()Lorg/apache/solr/schema/IndexSchema; > > The method it's complaining about not being there is > org.apache.sol

Re: Dataimport handler exception when migrating from 4.4 to 4.6. Help needed

2013-12-22 Thread Shawn Heisey
e.SolrCore.getLatestSchema() ... which is in Solr itself, not the dataimport handler. I did some checking. This method did not exist before 4.4.0, so my best guess is that your classloader is loading a SolrCore class from 4.3.1 or earlier, which probably means one of two things: 1) The Solr war you&#

Dataimport handler exception when migrating from 4.4 to 4.6. Help needed

2013-12-22 Thread William Pierce
Hello, all: My configurations works nicely with solr 4.4. I am encountering a configuration error when I try to upgrade from 4.4 to 4.6. All I did was the following: a) Replace the 4.4 solr.war file with the 4.6 solr.war in the tomcat/lib folder. I am using version 6.0.36 of tomcat. b) I repla

Re: DataImport Handler, writing a new EntityProcessor

2013-12-19 Thread Mathias Lux
Hi! Thanks for all the advice! I finally did it, the most annoying error that took me the best of a day to figure out was that the state variable here had to be reset: https://bitbucket.org/dermotte/liresolr/src/d27878a71c63842cb72b84162b599d99c4408965/src/main/java/net/semanticmetadata/lire/solr/

Re: DataImport Handler, writing a new EntityProcessor

2013-12-18 Thread P Williams
Hi Mathias, I'd recommend testing one thing at a time. See if you can get it to work for one image before you try a directory of images. Also try testing using the solr-testframework using your ide (I use Eclipse) to debug rather than your browser/print statements. Hopefully that will give you

Re: DataImport Handler, writing a new EntityProcessor

2013-12-18 Thread Mathias Lux
11 > > > -Original Message- > From: mathias@gmail.com [mailto:mathias@gmail.com] On Behalf Of > Mathias Lux > Sent: Wednesday, December 18, 2013 4:04 AM > To: solr-user@lucene.apache.org > Subject: DataImport Handler, writing a new EntityProcessor > >

RE: DataImport Handler, writing a new EntityProcessor

2013-12-18 Thread Dyer, James
l.com [mailto:mathias@gmail.com] On Behalf Of Mathias Lux Sent: Wednesday, December 18, 2013 4:04 AM To: solr-user@lucene.apache.org Subject: DataImport Handler, writing a new EntityProcessor Hi all! I've got a question regarding writing a new EntityProcessor, in the same sense as the Ti

DataImport Handler, writing a new EntityProcessor

2013-12-18 Thread Mathias Lux
Hi all! I've got a question regarding writing a new EntityProcessor, in the same sense as the Tika one. My EntityProcessor should analyze jpg images and create document fields to be used with the LIRE Solr plugin (https://bitbucket.org/dermotte/liresolr). Basically I've taken the same approach as

Re: dataimport handler

2013-05-10 Thread Shalin Shekhar Mangar
Hmm, I will fix. https://issues.apache.org/jira/browse/SOLR-4788 On Thu, May 9, 2013 at 8:35 PM, William Bell wrote: > It does not work anymore in 4.x. > > ${dih.last_index_time} does work, but the entity version does not. > > Bill > > > > On Tue, May 7, 2013 at 4:19 PM, Shalin Shekhar Mangar

Re: dataimport handler

2013-05-09 Thread William Bell
It does not work anymore in 4.x. ${dih.last_index_time} does work, but the entity version does not. Bill On Tue, May 7, 2013 at 4:19 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Using ${dih..last_index_time} should work. Make sure you put > it in quotes in your query. > > > On

Re: dataimport handler

2013-05-07 Thread Shalin Shekhar Mangar
Using ${dih..last_index_time} should work. Make sure you put it in quotes in your query. On Tue, May 7, 2013 at 12:07 PM, Eric Myers wrote: > In the data import handler I have multiple entities. Each one > generates a date in the > dataimport.properties i.e. entityname.last_index_time. > > H

dataimport handler

2013-05-07 Thread Eric Myers
In the data import handler I have multiple entities. Each one generates a date in the dataimport.properties i.e. entityname.last_index_time. How do I reference the specific entity time in my delta queries? Thanks Eric

Re: Dataimport handler

2013-04-23 Thread William Bell
I also get this. 4.2+ On Fri, Apr 19, 2013 at 10:43 PM, Eric Myers wrote: > I have multiple parallel entities in my document and when I run an import > there are times like > xxx.last_index_time > where xxx is the name of the entity. > > I tried accessing these using dih.xxx.last_index_time but

Re: html parsing with dataimport handler from sql column

2013-02-20 Thread Rohan Thakur
hi yes I dont have html as documents I have data saved in sql data base in HTML format and I want to index it on solr but not as complete string that is with tags but just want to index the actual text in it...that is strip off the tags. regards Rohan On Wed, Feb 20, 2013 at 6:40 PM, Gora Mohant

Re: html parsing with dataimport handler from sql column

2013-02-20 Thread Gora Mohanty
On 20 February 2013 18:31, Rohan Thakur wrote: > hi all > > I have data stored in HTML format in a column in sql database and want to > index the data from that field to solr how can I do that any one has idea > please help. right now i am treating it as a string which is indexing > complete HTML

RE: DataImport Handler : Transformer Function Eval Failed Error

2012-11-05 Thread Mishra, Shikhar
Looks like it will be helpful. I'm going to give it a shot. Thanks, Otis. Shikhar From: Otis Gospodnetic [otis.gospodne...@gmail.com] Sent: Friday, November 02, 2012 4:36 PM To: solr-user@lucene.apache.org Subject: Re: DataImport Handler : Transf

Re: DataImport Handler : Transformer Function Eval Failed Error

2012-11-02 Thread Otis Gospodnetic
> > Thanks, > Shikhar > > -Original Message- > From: Otis Gospodnetic [mailto:otis.gospodne...@gmail.com] > Sent: Thursday, November 01, 2012 8:13 PM > To: solr-user@lucene.apache.org > Subject: Re: DataImport Handler : Transformer Function Eval Failed Error > > Hi, >

RE: DataImport Handler : Transformer Function Eval Failed Error

2012-11-02 Thread Mishra, Shikhar
-Original Message- From: Otis Gospodnetic [mailto:otis.gospodne...@gmail.com] Sent: Thursday, November 01, 2012 8:13 PM To: solr-user@lucene.apache.org Subject: Re: DataImport Handler : Transformer Function Eval Failed Error Hi, That looks a little painful... what are you trying to achieve by

Re: DataImport Handler : Transformer Function Eval Failed Error

2012-11-01 Thread Otis Gospodnetic
Hi, That looks a little painful... what are you trying to achieve by storing JSON in there? Maybe there's a simpler way to get there... Otis -- Performance Monitoring - http://sematext.com/spm On Nov 1, 2012 6:16 PM, "Mishra, Shikhar" wrote: > Hi, > > I'm trying to store a list of JSON objects

DataImport Handler : Transformer Function Eval Failed Error

2012-11-01 Thread Mishra, Shikhar
Hi, I'm trying to store a list of JSON objects as stored value for the field prices (see below). I'm getting the following error from the custom transformer function (see the data-config file at the end) of data import handler. Error Message

RE: Dataimport Handler in solr 3.6.1

2012-08-30 Thread Dyer, James
Ingram Content Group (615) 213-4311 -Original Message- From: mechravi25 [mailto:mechrav...@yahoo.co.in] Sent: Tuesday, August 21, 2012 7:47 AM To: solr-user@lucene.apache.org Subject: RE: Dataimport Handler in solr 3.6.1 Hi James, Thanks for the suggestions. Actually it is cacheLookup="ent1

RE: Dataimport Handler in solr 3.6.1

2012-08-21 Thread mechravi25
ds are indexed properly if I do not give this cacheImpl. Am I missing something here? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Dataimport-Handler-in-solr-3-6-1-tp4001149p4002421.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Dataimport Handler in solr 3.6.1

2012-08-14 Thread Dyer, James
ese really need to be fixed so any testing help would be much appreciated. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: mechravi25 [mailto:mechrav...@yahoo.co.in] Sent: Tuesday, August 14, 2012 8:04 AM To: solr-user@lucene.apache.org Subject

Dataimport Handler in solr 3.6.1

2012-08-14 Thread mechravi25
I am indexing some data using dataimport handler files in solr 3.6.1. I using a nested entity in my handler file. I noticed a scenario where-in instead of the records which is to be fetched for a document, all the records present in the table are indexed. Following is the ideal scenario how the

Re: dataimport handler (DIH) - notify when it has finished?

2012-05-01 Thread Gora Mohanty
On 1 May 2012 23:12, geeky2 wrote: > Hello all, > > is there a notification / trigger / callback mechanism people use that > allows them to know when a dataimport process has finished? > > we will be doing daily delta-imports and i need some way for an operations > group to know when the DIH has f

dataimport handler (DIH) - notify when it has finished?

2012-05-01 Thread geeky2
context: http://lucene.472066.n3.nabble.com/dataimport-handler-DIH-notify-when-it-has-finished-tp3953339.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: PlainTextEntityProcessor and RegexTransformer in DataImport Handler

2011-12-26 Thread meghana
Thanks Matthew , Its really helped a lot. i am about to done with this. -- View this message in context: http://lucene.472066.n3.nabble.com/PlainTextEntityProcessor-and-RegexTransformer-in-DataImport-Handler-tp3608449p3612674.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: PlainTextEntityProcessor and RegexTransformer in DataImport Handler

2011-12-24 Thread Matthew Parker
> > if we can convert this as my desired result then it would be great. > Thanks in Adcance. > Meghana > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/PlainTextEntityProcessor-and-RegexTransformer-in-DataImport-Handler-tp3608449p3608726.html > S

Re: PlainTextEntityProcessor and RegexTransformer in DataImport Handler

2011-12-23 Thread meghana
: Enjoy if we can convert this as my desired result then it would be great. Thanks in Adcance. Meghana -- View this message in context: http://lucene.472066.n3.nabble.com/PlainTextEntityProcessor-and-RegexTransformer-in-DataImport-Handler-tp3608449p3608726.html Sent from the Solr - User mailing

PlainTextEntityProcessor and RegexTransformer in DataImport Handler

2011-12-23 Thread meghana
-and-RegexTransformer-in-DataImport-Handler-tp3608449p3608449.html Sent from the Solr - User mailing list archive at Nabble.com.

PlainTexttransformer and RegexTransformer in DataImport Handler

2011-12-23 Thread meghana
signle valued field, for which i am failed to do it. Can any body help me, how can i get my desired result? or what i am doing wrong on above transformer? Thanks Meghana -- View this message in context: http://lucene.472066.n3.nabble.com/PlainTexttransformer-and-RegexTransformer-in-DataImport

Re: How to disable Auto Commit and Auto optimize operation after addition of few documents through dataimport handler

2011-12-16 Thread Shawn Heisey
On 12/16/2011 5:57 AM, mechravi25 wrote: I would like to know how can we disable the commit and optimize operation is called by deafult after addition of few documents through dataimport handlers. Add this to the url you use to call the handler: &commit=false&optimize=false Thanks, Shawn

How to disable Auto Commit and Auto optimize operation after addition of few documents through dataimport handler

2011-12-16 Thread mechravi25
Hi, I would like to know how can we disable the commit and optimize operation is called by deafult after addition of few documents through dataimport handlers. In our application, the master solr instance is used for indexing purpose and the slave solr is for user search request. Hence the replic

dataImport handler: how to figure out errors

2010-03-12 Thread Julian Davchev
Hello folks, I have two questions regarding dataimport handler. Using mysql datasource with mysql java connector. 1. Full import works fine http://example.com:8983/solr/dataimport?command=full-import delta-import as well Question is how can I figure out if there are errors when running

Re: dataimport handler with mysql: wrong field mapping

2008-12-15 Thread Luca Molteni
Have you tried using the options in the schema.xml? After the indexing, take a look to the fields DIH has generated. Bye, L.M. 2008/12/15 jokkmokk : > > HI, > > I'm desperately trying to get the dataimport handler to work, however it > seems that it just ignores the fie

Re: dataimport handler with mysql: wrong field mapping

2008-12-15 Thread jokkmokk
message in context: http://www.nabble.com/dataimport-handler-with-mysql%3A-wrong-field-mapping-tp21013109p21013639.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: dataimport handler with mysql: wrong field mapping

2008-12-15 Thread Shalin Shekhar Mangar
Which solr version are you using? On Mon, Dec 15, 2008 at 6:04 PM, jokkmokk wrote: > > HI, > > I'm desperately trying to get the dataimport handler to work, however it > seems that it just ignores the field name mapping. > I have the fields "body" and "

dataimport handler with mysql: wrong field mapping

2008-12-15 Thread jokkmokk
HI, I'm desperately trying to get the dataimport handler to work, however it seems that it just ignores the field name mapping. I have the fields "body" and "subject" in the database and those are called "title" and "content" in the solr

Re: dataimport handler multiple databases

2008-04-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
Siddiqui <[EMAIL PROTECTED]> wrote: > Hi I have a situaion where I am using dataimport handler with development db > and going to use it with production database in production environment > > I have entry in solr-config.xml like

dataimport handler multiple databases

2008-04-02 Thread Ismail Siddiqui
Hi I have a situaion where I am using dataimport handler with development db and going to use it with production database in production environment I have entry in solr-config.xml like this /home/username/data-config.xml com.mysql.jdbc.Driver jdbc:mysql