AsyncSolrClientAware

io.ino.solrs.AsyncSolrClientAware
trait AsyncSolrClientAware[F[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CloudSolrServers[F]
class FastestServerLB[F]

Members list

Value members

Concrete methods

def setAsyncSolrClient(solr: AsyncSolrClient[F]): Unit

On creation of AsyncSolrClient this method is invoked with the created instance if the concrete component is "supported", right now this are SolrServers and LoadBalancer. Subclasses can override this method to get access to the solr client.

On creation of AsyncSolrClient this method is invoked with the created instance if the concrete component is "supported", right now this are SolrServers and LoadBalancer. Subclasses can override this method to get access to the solr client.

Attributes