Description
- min_rf support was added under
SOLR-5468in version 4.9 (https://github.com/apache/lucene-solr/blob/releases/lucene-solr/4.9.0/solr/solrj/src/java/org/apache/solr/client/solrj/request/UpdateRequest.java#L50) and deprecated underSOLR-12767in version 7.6 (https://github.com/apache/lucene-solr/blob/releases/lucene-solr/7.6.0/solr/solrj/src/java/org/apache/solr/client/solrj/request/UpdateRequest.java#L57-L61)
- http://lucene.apache.org/solr/7_6_0/changes/Changes.html and https://lucene.apache.org/solr/guide/8_0/major-changes-in-solr-8.html#solr-7-6 both clearly mention the deprecation
This ticket is to fully remove min_rf references in code, tests and documentation.
Attachments
Issue Links
- is related to
-
SOLR-5468 Option to notify client when desired replication factor not achieved for an update request.
- Resolved
-
SOLR-12767 Deprecate min_rf parameter and always include the achieved rf in the response
- Resolved
- relates to
-
SOLR-14030 fix 2 javac warnings: [dep-ann] deprecated item is not annotated with @Deprecated
- Closed
- links to