Uses of Interface
org.apache.solr.cluster.api.SolrNode
-
Packages that use SolrNode Package Description 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 indexedandresult documents. -
-
Uses of SolrNode in org.apache.solr.cluster.api
Methods in org.apache.solr.cluster.api that return types with arguments of type SolrNode Modifier and Type Method Description SimpleMap<SolrNode>SolrCluster. nodes()nodes in the cluster -
Uses of SolrNode in org.apache.solr.common
Methods in org.apache.solr.common that return types with arguments of type SolrNode Modifier and Type Method Description SimpleMap<SolrNode>LazySolrCluster. nodes()
-