Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In SOLR-11380, SolrJ added a RequestWriter.ContentWriter abstraction to improve SolrJ's ability to stream data with less buffering. This basically obsoletes ContentStream in SolrJ. We have both for back-compat but we need to mark ContentStream deprecated in SolrJ if we are to be rid of it in 8.0.
In another issue for 8.0 we can move ContentStream to solr-core where it's used to consume data from the client, and then remove the deprecated stuff.
Attachments
Issue Links
- relates to
-
SOLR-11380 SolrJ must stream docs to server instead of writing to a byte[] first
- Closed
- links to