| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.retrieve_and_rank.v1 |
Copyright 2015 IBM Corp.
|
| com.ibm.watson.developer_cloud.retrieve_and_rank.v1.model |
Copyright 2015 IBM Corp.
|
| Modifier and Type | Method and Description |
|---|---|
SolrCluster |
RetrieveAndRank.createSolrCluster() |
SolrCluster |
ClusterLifecycleManager.createSolrCluster()
Creates a new Solr cluster.
|
SolrCluster |
RetrieveAndRank.createSolrCluster(SolrClusterOptions config) |
SolrCluster |
ClusterLifecycleManager.createSolrCluster(SolrClusterOptions solrClusterConfig)
Creates a new Solr cluster, based on the provided configuration.
|
SolrCluster |
RetrieveAndRank.getSolrCluster(String solrClusterId) |
SolrCluster |
ClusterLifecycleManager.getSolrCluster(String SolrClusterId)
Returns a Solr cluster information.
|
| Modifier and Type | Method and Description |
|---|---|
List<SolrCluster> |
SolrClusterList.getSolrClusters()
Gets the solr cluster responses.
|
| Constructor and Description |
|---|
SolrClusterList(List<SolrCluster> solrClusterResponses)
Instantiates a new solr cluster list.
|
Copyright © 2015. All rights reserved.