ebapp/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.
t 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://lucene.472066.n3.nabble.com/help-with-DIH-transformer-to-add-a-suffix-to-column-names-tp4292
ucene.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.
ucene.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.
).trim());
System.out.println("positive columnName = "+ columnName);
System.out.println("positive columnValue = "+
value.toString());
}
}
return row;
}
}
--
View this message in context:
http://lucene.47206
"+ columnName);
System.out.println("positive columnValue = "+
value.toString());
}
}
return row;
}
}
--
View this message in context:
http://lucene.472066.n3.nabble.com/help-with-DIH-transformer-to-add-a-suffix-to-column-names-tp4292448p4292796.html
Sent from the Solr - User mailing list archive at Nabble.com.
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.
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.
--
Monitoring * Alerting
a. 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.
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.
On 4 November 2014 10:42, Lemke, Michael ST/HZA-ZSW
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 from the filename.
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
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 ila
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:
On Fri, Jan 7, 2011 at 6:15 PM, Bernd Fehling
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 the return
of a row conditi
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
: DataImportHandlerException for custom DIH Transformer
From:
Vladimir Sutskever
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
To: solr-user
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 an
class);
I have verified that adding a method transformRow(Map row)
works.
Am I missing something?
--shashi
2010/2/8 Noble Paul നോബിള് नोब्ळ्
> On Mon, Feb 8, 2010 at 9:13 AM, Tommy Chheng
> wrote:
> > I'm having trouble making a custom DIH transformer in solr 1.4.
> >
On Thu, Aug 12, 2010 at 5:42 AM, harrysmith 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, which
> would fail.
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 tools.
-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 at
On Mon, Feb 8, 2010 at 9:13 AM, Tommy Chheng 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
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
d
24 matches
Mail list logo