AsyncSolrClient

io.ino.solrs.AsyncSolrClient
See theAsyncSolrClient companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Builder[F[_], ASC <: AsyncSolrClient[F]]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Builder

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Builder.type

Value members

Concrete methods

def apply[F[_]](baseUrl: String)(implicit futureFactory: FutureFactory[F]): AsyncSolrClient[F]
def apply[F[_]](loadBalancer: LoadBalancer)(implicit futureFactory: FutureFactory[F]): AsyncSolrClient[F]