WarmupQueries

io.ino.solrs.CloudSolrServers.WarmupQueries
case class WarmupQueries(queriesByCollection: String => Seq[SolrQuery], count: Int)

Specifies how newly added servers / servers that changed from down to active are put under load.

Value parameters

count

the number of times that the queries shall be run.s

queriesByCollection

a function that returns warmup queries for a given collection.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product