6 17:49
Betreff: Re: Transforming SolrDocument to SolrInputDocument in Solr
6.0
Hmm, looking at the patch I see:
DocumentObjectBinder binder = new DocumentObjectBinder();
.
.
.
SolrInputDocument solrInputDoc = binder.toSolrInputDocument(in);
But I confess I didn't actually try it.
On T
Not sure if that's useful, but the samples that ship with Solr show how to
transform Solr XML output into Solr Update XML format using XSLT
post-processing.
Regards,
Alex.
Newsletter and resources for Solr beginners and intermediates:
http://www.solr-start.com/
On 11 May 2016 at 01:36, S
NP, Having to dive into the patch is kind of arcane...
On Tue, May 10, 2016 at 8:54 AM, Stephan Schubert
wrote:
> Ouch... thanks a lot ;)
>
>
> Mit freundlichen Grüßen / Best regards
>
> Stephan Schubert
> Senior Web Application Engineer | IT Engineering Information Oriented
> Applications
>
Ouch... thanks a lot ;)
Mit freundlichen Grüßen / Best regards
Stephan Schubert
Senior Web Application Engineer | IT Engineering
Information Oriented Applications
SICK AG | Erwin-Sick-Str. 1 | 79183 Waldkirch | Germany
Phone +49 7681 202-3751 | Fax | mailto:stephan.schub...@sick.de |
http://w
Hmm, looking at the patch I see:
DocumentObjectBinder binder = new DocumentObjectBinder();
.
.
.
SolrInputDocument solrInputDoc = binder.toSolrInputDocument(in);
But I confess I didn't actually try it.
On Tue, May 10, 2016 at 8:41 AM, Stephan Schubert
wrote:
> In Solr 6.0 the method ClientUtil