GetNoResultsRateResponse

algoliasearch.analytics.GetNoResultsRateResponse
case class GetNoResultsRateResponse(rate: Double, count: Int, noResultCount: Int, dates: Seq[DailyNoResultsRates])

GetNoResultsRateResponse

Value parameters

count

Number of searches.

dates

Daily no results rates.

noResultCount

Number of searches without any results.

rate

No results rate, calculated as number of searches with zero results divided by the total number of searches.

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