Re: help with DIH transformer to add a suffix to column names

2016-08-25 Thread Wendy
ndler-extras-6.1.0.jar /opt/solr-6.1.0/server/solr-webapp/webapp/WEB-INF/lib 6. screen shot: <http://lucene.472066.n3.nabble.com/file/n4293261/Screenshot-20.png> -- View this message in context: http://lucene.472066.n3.nabble.com/help-with-DIH-transformer-to-add-a-suffix-to-column-names-tp4292448p4293261.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: help with DIH transformer to add a suffix to column names

2016-08-23 Thread Wendy
aimporthandler-6.1.0.jar /opt/solr-6.1.0/server/solr-webapp/webapp/WEB-INF/lib/ 2. put the customer transformer jar file to the following directory and specify it solrconfig.xml file (see step 2 above) /opt/solr-6.1.0/dist/solr-rcsb-plugin.jar -- View this message in context: http:/

Re: help with DIH transformer to add a suffix to column names

2016-08-23 Thread Alexandre Rafalovitch
in context: http://lucene.472066.n3. nabble.com/help-with-DIH-transformer-to-add-a-suffix-to-column-names- tp4292448p4292925.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: help with DIH transformer to add a suffix to column names

2016-08-23 Thread Wendy
.472066.n3.nabble.com/help-with-DIH-transformer-to-add-a-suffix-to-column-names-tp4292448p4292925.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: help with DIH transformer to add a suffix to column names

2016-08-23 Thread Emir Arnautovic
("")) { row.put(columnName + "_stem", value.toString().trim()); System.out.println("positive columnName = "+ columnName); System.out.println("positive columnValue = "+ value.toString()); } } ret

Re: help with DIH transformer to add a suffix to column names

2016-08-22 Thread Wendy
).trim()); System.out.println("positive columnName = "+ columnName); System.out.println("positive columnValue = "+ value.toString()); } } return row; } } -- View this message in context: http://lucene.472066

Re: help with DIH transformer to add a suffix to column names

2016-08-22 Thread Wendy
0text -- View this message in context: http://lucene.472066.n3.nabble.com/help-with-DIH-transformer-to-add-a-suffix-to-column-names-tp4292448p4292627.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: help with DIH transformer to add a suffix to column names

2016-08-22 Thread Emir Arnautovic
x to column name. But no error, no data. Does anyone has a good working example?Thanks! -- View this message in context: http://lucene.472066.n3. nabble.com/help-with-DIH-transformer-to-add-a-suffix- to-column-names-tp4292448.html Sent from the Solr - User mailing list archive at Nabble.com. -- Monit

Re: help with DIH transformer to add a suffix to column names

2016-08-19 Thread Alexandre Rafalovitch
me. But no error, no data. Does anyone has a good working example?Thanks! -- View this message in context: http://lucene.472066.n3. nabble.com/help-with-DIH-transformer-to-add-a-suffix- to-column-names-tp4292448.html Sent from the Solr - User mailing list archive at Nabble.com.

help with DIH transformer to add a suffix to column names

2016-08-19 Thread Wendy
to column name. But no error, no data. Does anyone has a good working example?Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/help-with-DIH-transformer-to-add-a-suffix-to-column-names-tp4292448.html Sent from the Solr - User mailing list archive at Nabble.com.

DIH transformer problems

2014-11-04 Thread Lemke, Michael ST/HZA-ZSW
I am having a little fight with the DataImportHandler and the application of RegexTransformer and TemplateTransformer. A stripped down version of what I try in data-config.xml, which is taken pretty much from the various solr wikis: dataConfig dataSource type=FileDataSource encoding=UTF-8

Re: DIH transformer problems

2014-11-04 Thread Alexandre Rafalovitch
What are you actually trying to do on a business level? Maybe that's something that can be handled better by sticking an UpdateRequestProcessor chain _after_ DIH? As to your configuration, you have xxCONTENT column definition twice. It might be working, but I think it is non-deterministic. For

RE: DIH transformer problems

2014-11-04 Thread Lemke, Michael ST/HZA-ZSW
On Tuesday, November 04, 2014 4:07 PM Alexandre Rafalovitch wrote: What are you actually trying to do on a business level? I am importing a wiki extract and the goal here is to extract the wiki's language from the filename. The language is also in an attribute within the imported xml but it

Re: DIH transformer problems

2014-11-04 Thread Alexandre Rafalovitch
On 4 November 2014 10:42, Lemke, Michael ST/HZA-ZSW lemke...@schaeffler.com wrote: On Tuesday, November 04, 2014 4:07 PM Alexandre Rafalovitch wrote: What are you actually trying to do on a business level? I am importing a wiki extract and the goal here is to extract the wiki's language

Re: DIH Transformer

2011-01-08 Thread Gora Mohanty
On Fri, Jan 7, 2011 at 6:15 PM, Bernd Fehling bernd.fehl...@uni-bielefeld.de wrote: Hi list, currently the Transformers return row but can I skip or drop a row from the Transformer? [...] I presume that you are referring to a ScriptTransformer. Just do not return anything, e.g.,you can make

DIH Transformer

2011-01-07 Thread Bernd Fehling
Hi list, currently the Transformers return row but can I skip or drop a row from the Transformer? If so, what should I return in that case, an empty row? Regards, Bernd

RE: DataImportHandlerException for custom DIH Transformer

2010-11-19 Thread Peter Sturge
: DataImportHandlerException for custom DIH Transformer From: Vladimir Sutskever vladimir.sutske...@... Date: 1969-12-31 19:00 I am experiencing a similar situation? Any comments? -Original Message- From: Shashikant Kore [mailto:shashik...@gmail.com] Sent: Wednesday, September 08, 2010 2:54 AM

Re: DataImportHandlerException for custom DIH Transformer

2010-09-08 Thread Shashikant Kore
a custom DIH transformer in solr 1.4. I compiled the General TrimTransformer into a jar. (just copy/paste sample code from http://wiki.apache.org/solr/DIHCustomTransformer) I placed the jar along with the dataimporthandler jar in solr/lib (same directory as the jetty jar) do not keep

RE: DataImportHandlerException for custom DIH Transformer

2010-09-08 Thread Vladimir Sutskever
I am experiencing a similar situation? Any comments? -Original Message- From: Shashikant Kore [mailto:shashik...@gmail.com] Sent: Wednesday, September 08, 2010 2:54 AM To: solr-user@lucene.apache.org Subject: Re: DataImportHandlerException for custom DIH Transformer Resurrecting

Re: DIH transformer script size limitations with Jetty?

2010-08-12 Thread Shalin Shekhar Mangar
On Thu, Aug 12, 2010 at 5:42 AM, harrysmith harrysmith...@gmail.com wrote: To follow up on my own question, it appears this is only an issue when using the DataImport console debugging tools. It looks like when submitting the debugging request, the data-config.xml is sent via a GET request,

Re: DIH transformer script size limitations with Jetty?

2010-08-11 Thread harrysmith
-import operation (ie not a dry run debug), it looks like the request is sent POST and the import works fine. -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-transformer-script-size-limitations-with-Jetty-tp1091246p1100285.html Sent from the Solr - User mailing list archive

Re: DIH transformer script size limitations with Jetty?

2010-08-11 Thread Girish Pandit
Have you tried changing the -Xmx value to bump to -Xmx1300m? I had some problem with DIH loading the data and when I bumped the memory everything worked fine! harrysmith wrote: To follow up on my own question, it appears this is only an issue when using the DataImport console debugging

DataImportHandlerException for custom DIH Transformer

2010-02-07 Thread Tommy Chheng
I'm having trouble making a custom DIH transformer in solr 1.4. I compiled the General TrimTransformer into a jar. (just copy/paste sample code from http://wiki.apache.org/solr/DIHCustomTransformer) I placed the jar along with the dataimporthandler jar in solr/lib (same directory as the jetty

Re: DataImportHandlerException for custom DIH Transformer

2010-02-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Mon, Feb 8, 2010 at 9:13 AM, Tommy Chheng tommy.chh...@gmail.com wrote:  I'm having trouble making a custom DIH transformer in solr 1.4. I compiled the General TrimTransformer into a jar. (just copy/paste sample code from http://wiki.apache.org/solr/DIHCustomTransformer) I placed the jar