DailyNoResultsRates

algoliasearch.analytics.DailyNoResultsRates
case class DailyNoResultsRates(date: String, noResultCount: Int, count: Int, rate: Double)

DailyNoResultsRates

Value parameters

count

Number of searches.

date

Date in the format YYYY-MM-DD.

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