[
https://issues.apache.org/jira/browse/SOLR-10637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16002901#comment-16002901
]
Ishan Chattopadhyaya commented on SOLR-10637:
---------------------------------------------
There's a private method in RTGC, which could've done the job had it been
public.
{code}
private static SolrInputDocument toSolrInputDocument(SolrDocument doc,
IndexSchema schema)
{code}
The patch LGTM.
> org.apache.solr.client.solrj.util.ClientUtils.toSolrInputDocument is removed
> in Solr 6.0 and there is no alternative
> --------------------------------------------------------------------------------------------------------------------
>
> Key: SOLR-10637
> URL: https://issues.apache.org/jira/browse/SOLR-10637
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Affects Versions: 6.0
> Reporter: A Bronley
> Priority: Minor
> Attachments: SOLR-10637.patch
>
>
> There is no subtitute available now to convert SolrDocument to
> SolrInputDocument because
> org.apache.solr.client.solrj.util.ClientUtils.toSolrInputDocument is removed
> in Solr 6.0
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]