Uses of Interface
org.apache.solr.cluster.api.SimpleMap
-
Packages that use SimpleMap Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes.org.apache.solr.cluster.api API interfaces for core SolrCloud classesorg.apache.solr.common Common classes reused on both clients & server for dealing withdocuments to be indexed
andresult documents
.org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server.org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of SimpleMap in org.apache.solr.client.solrj.impl
Classes in org.apache.solr.client.solrj.impl that implement SimpleMap Modifier and Type Class Description static class
CloudSolrClient.RouteResponse<T extends LBSolrClient.Req>
-
Uses of SimpleMap in org.apache.solr.cluster.api
Methods in org.apache.solr.cluster.api that return SimpleMap Modifier and Type Method Description SimpleMap<SolrCollection>
SolrCluster. collections()
collections in the clusterSimpleMap<SolrCollection>
SolrCluster. collections(boolean includeAlias)
collections in the cluster and aliasesSimpleMap<CollectionConfig>
SolrCluster. configs()
Config sets in the clusterSimpleMap<ShardReplica>
SolrNode. cores()
Get all the cores in a given node.SimpleMap<SolrNode>
SolrCluster. nodes()
nodes in the clusterSimpleMap<ShardReplica>
Shard. replicas()
replicas of the shardSimpleMap<Resource>
CollectionConfig. resources()
SimpleMap<Shard>
SolrCollection. shards()
shards of a collection -
Uses of SimpleMap in org.apache.solr.common
Fields in org.apache.solr.common declared as SimpleMap Modifier and Type Field Description static SimpleMap<String>
ConfigNode. empty_attrs
Methods in org.apache.solr.common that return SimpleMap Modifier and Type Method Description SimpleMap<String>
ConfigNode. attributes()
Attributes -
Uses of SimpleMap in org.apache.solr.common.cloud
Fields in org.apache.solr.common.cloud declared as SimpleMap Modifier and Type Field Description SimpleMap<PerReplicaStates.State>
PerReplicaStates. states
-
Uses of SimpleMap in org.apache.solr.common.util
Classes in org.apache.solr.common.util that implement SimpleMap Modifier and Type Class Description class
NamedList<T>
A simple container class for modeling an ordered list of name/value pairs.class
SimpleOrderedMap<T>
SimpleOrderedMap
is aNamedList
where access by key is more important than maintaining order when it comes to representing the held data in other forms, as ResponseWriters normally do.class
WrappedSimpleMap<T>
-