DateHistogramInterval

com.sksamuel.elastic4s.requests.searches.DateHistogramInterval$
See theDateHistogramInterval companion trait

Attributes

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

Members list

Type members

Classlikes

case object Day extends DateHistogramInterval

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Day.type
case object Hour extends DateHistogramInterval

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Hour.type
case object Minute extends DateHistogramInterval

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Minute.type
case object Month extends DateHistogramInterval

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Month.type
case object Quarter extends DateHistogramInterval

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Quarter.type
case object Second extends DateHistogramInterval

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Second.type
case object Week extends DateHistogramInterval

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Week.type
case object Year extends DateHistogramInterval

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Year.type

Value members

Concrete methods

def days(days: Long): DateHistogramInterval
def fromString(str: String): DateHistogramInterval
def hours(hours: Long): DateHistogramInterval
def minutes(mins: Long): DateHistogramInterval
def seconds(seconds: Long): DateHistogramInterval
def weeks(weeks: Long): DateHistogramInterval