SolrServers

io.ino.solrs.SolrServers
trait SolrServers

Provides the list of solr servers.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def all: Seq[SolrServer]

The currently known solr servers.

The currently known solr servers.

Attributes

def matching(r: SolrRequest[_]): Try[IndexedSeq[SolrServer]]

Determines Solr servers matching the given solr request (e.g. based on the "collection" param).

Determines Solr servers matching the given solr request (e.g. based on the "collection" param).

Attributes