StaticSolrServers

io.ino.solrs.StaticSolrServers
See theStaticSolrServers companion object
class StaticSolrServers(val all: IndexedSeq[SolrServer]) extends SolrServers

Attributes

Companion
object
Graph
Supertypes
trait SolrServers
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override 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

Definition Classes

Concrete fields

override val all: IndexedSeq[SolrServer]

The currently known solr servers.

The currently known solr servers.

Attributes