Class CollectionApiMapping
- java.lang.Object
-
- org.apache.solr.client.solrj.request.CollectionApiMapping
-
public class CollectionApiMapping extends Object
Stores the mapping of v1 API parameters to v2 API parameters for the collection API and the configset API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CollectionApiMapping.CommandMeta
static class
CollectionApiMapping.ConfigSetEndPoint
static class
CollectionApiMapping.ConfigSetMeta
static class
CollectionApiMapping.EndPoint
static class
CollectionApiMapping.Meta
static interface
CollectionApiMapping.V2EndPoint
-
Constructor Summary
Constructors Constructor Description CollectionApiMapping()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
collectKeyNames(Map<String,Object> map, List<String> result, String prefix)
-