Eric Pugh created SOLR-18379:
--------------------------------

             Summary: Remove DocsStreamer.KNOWN_TYPES
                 Key: SOLR-18379
                 URL: https://issues.apache.org/jira/browse/SOLR-18379
             Project: Solr
          Issue Type: Sub-task
         Environment:  
`StreamFactory.withCollectionZkHost`/`withDefaultZkHost`/`getDefaultZkHost`/`getCollectionZkHost`
 and `SolrClientCache.getCloudSolrClient(String)` have been deprecated since 
10.1 in favor of the `CloudSolrClientConnection`-based methods 
(`withCollectionUseThisConnection`, `withDefaultSolrConnection`, 
`getCloudSolrClient(CloudSolrClient.CloudSolrClientConnection)`). Public 
`solrj-streaming` API used by external streaming-expression code.
            Reporter: Eric Pugh


`DocsStreamer.KNOWN_TYPES` has been deprecated since 10.1 with javadoc noting 
"new field types should not be added to this list," pointing at 
`ExternalizeStoredValuesAsObjects` instead. (Note: `DocsStreamer`'s 2-arg 
`convertLuceneDocToSolrDoc` overload is a separate, older 8.0 deprecation 
already covered in https://issues.apache.org/jira/browse/SOLR-18356)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to