FilterEffectsEmptySearch

algoliasearch.abtesting.FilterEffectsEmptySearch
case class FilterEffectsEmptySearch(usersCount: Option[Int], trackedSearchesCount: Option[Int])

Empty searches removed from the A/B test as a result of configuration settings.

Value parameters

trackedSearchesCount

Number of tracked searches removed from the A/B test.

usersCount

Number of users removed from the A/B test.

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