Package org.apache.solr.cluster.api
Interface SolrCollection
-
@Deprecated public interface SolrCollection
Deprecated.Represents a collection in Solr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
config()
Deprecated.Name of the configset used by this collectionString
name()
Deprecated.Router
router()
Deprecated.Router used in this collectionSimpleMap<Shard>
shards()
Deprecated.shards of a collection
-