Class V2ApiConstants
java.lang.Object
org.apache.solr.client.solrj.request.beans.V2ApiConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe collections to be included in an alias.static final StringParameter name for the configset used by a collectionstatic final StringParent key for v2 params used to create a collection.static final StringThe set of nodes to consider as potential locations for a new collection or its constituent components.static final StringParent key for collection or alias properties to set.static final StringParent key holding alias-router parameters.static final StringParameter for explicitly providing a name for each shard during collection creation.static final StringProperty controlling whether 'nodeSet' should be shuffled before use. -
Method Summary
-
Field Details
-
PROPERTIES_KEY
Parent key for collection or alias properties to set.- See Also:
-
CREATE_COLLECTION_KEY
Parent key for v2 params used to create a collection.- See Also:
-
ROUTER_KEY
Parent key holding alias-router parameters.- See Also:
-
CONFIG
Parameter name for the configset used by a collection- See Also:
-
SHARD_NAMES
Parameter for explicitly providing a name for each shard during collection creation.- See Also:
-
SHUFFLE_NODES
Property controlling whether 'nodeSet' should be shuffled before use.- See Also:
-
NODE_SET
The set of nodes to consider as potential locations for a new collection or its constituent components.- See Also:
-
COLLECTIONS
The collections to be included in an alias.- See Also:
-