org.apache.solr.client.solrj.response
Class CollectionAdminResponse
java.lang.Object
org.apache.solr.client.solrj.SolrResponse
org.apache.solr.client.solrj.response.SolrResponseBase
org.apache.solr.client.solrj.response.CollectionAdminResponse
- All Implemented Interfaces:
- Serializable
public class CollectionAdminResponse
- extends SolrResponseBase
- See Also:
- Serialized Form
CollectionAdminResponse
public CollectionAdminResponse()
getCollectionStatus
public NamedList<NamedList<Object>> getCollectionStatus()
isSuccess
public boolean isSuccess()
getErrorMessages
public NamedList<String> getErrorMessages()
getCollectionCoresStatus
public Map<String,NamedList<Integer>> getCollectionCoresStatus()
getCollectionNodesStatus
public Map<String,NamedList<Integer>> getCollectionNodesStatus()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.