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