-
Interfaces Interface Description org.apache.solr.client.solrj.util.AsyncListener Use the async variants that return CompletableFuture.org.apache.solr.client.solrj.util.Cancellable Use the async variants that return CompletableFuture.org.apache.solr.client.solrj.V2RequestSupport use v2-nativeSolrRequest
implementations directly insteadorg.apache.solr.common.util.ContentStream UseRequestWriter.ContentWriter
instead.
-
Fields Field Description org.apache.solr.client.solrj.request.CollectionAdminRequest.PROPERTY_PREFIX org.apache.solr.common.params.CollectionParams.FROM_NODE useCollectionParams.SOURCE_NODE
insteadorg.apache.solr.common.params.CommonParams.DISABLE_REQUEST_ID this was replaced by the auto-generated trace idsorg.apache.solr.common.params.CommonParams.REQUEST_ID this was replaced by the auto-generated trace idsorg.apache.solr.common.params.ShardParams.SHARD_URL This was an internally used param never ment for clients to specify; it is no longer used by Solr.