Class NoOpReplicaListTransformer
java.lang.Object
org.apache.solr.client.solrj.routing.NoOpReplicaListTransformer
- All Implemented Interfaces:
ReplicaListTransformer
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
transform
Description copied from interface:ReplicaListTransformerTransforms the passed in list of choices. Transformations can include (but are not limited to) reordering of elements (e.g. via shuffling) and removal of elements (i.e. filtering).- Specified by:
transformin interfaceReplicaListTransformer- Parameters:
choices- - a list of choices to transform, typically the choices areReplicaobjects but choices can also beStringobjects such as URLs passed in via theShardParams.SHARDSparameter.
-