public class IndexConfiguration extends GenericModel
DocumentConversion
,
RetrieveAndRank
Constructor and Description |
---|
IndexConfiguration(String serviceInstanceId,
String clusterId,
String searchCollectionName)
Constructor for the Retrieve and Rank configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Gets the cluster id for the Retrieve and Rank service
|
String |
getSearchCollectionName()
Gets the search collection name for the Retrieve and Rank service
|
String |
getServiceInstanceId()
Gets the service instance id for the Retrieve and Rank service
|
equals, hashCode, toString
public IndexConfiguration(String serviceInstanceId, String clusterId, String searchCollectionName)
serviceInstanceId
- The instance id for the Retrieve and Rank serviceclusterId
- The Solr cluster id from the Retrieve and Rank servicesearchCollectionName
- The Solr search collection nameRetrieveAndRank
public String getServiceInstanceId()
public String getClusterId()
public String getSearchCollectionName()
Copyright © 2015–2016. All rights reserved.