Interface SolrNode


  • public interface SolrNode
    A read only view of a Solr node
    • Method Detail

      • name

        String name()
        The node name
      • baseUrl

        String baseUrl​(ApiType type)
        Base http url for this node
      • cores

        SimpleMap<ShardReplica> cores()
        Get all the cores in a given node. This usually involves a network call. So, it's likely to be expensive