Package | Description |
---|---|
org.apache.solr.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
Modifier and Type | Method and Description |
---|---|
protected CollectionAdminResponse |
CollectionAdminRequest.createResponse(SolrClient client) |
Modifier and Type | Method and Description |
---|---|
protected CollectionAdminResponse |
AbstractFullDistribZkTestBase.createCollection(Map<String,List<Integer>> collectionInfos,
String collectionName,
int numShards,
int replicationFactor,
int maxShardsPerNode,
SolrClient client,
String createNodeSetStr) |
protected CollectionAdminResponse |
AbstractFullDistribZkTestBase.createCollection(Map<String,List<Integer>> collectionInfos,
String collectionName,
int numShards,
int replicationFactor,
int maxShardsPerNode,
SolrClient client,
String createNodeSetStr,
String configName) |
protected CollectionAdminResponse |
AbstractFullDistribZkTestBase.createCollection(Map<String,List<Integer>> collectionInfos,
String collectionName,
Map<String,Object> collectionProps,
SolrClient client) |
protected CollectionAdminResponse |
AbstractFullDistribZkTestBase.createCollection(Map<String,List<Integer>> collectionInfos,
String collectionName,
Map<String,Object> collectionProps,
SolrClient client,
String confSetName) |
protected CollectionAdminResponse |
AbstractFullDistribZkTestBase.createCollection(String collectionName,
int numShards,
int replicationFactor,
int maxShardsPerNode) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.