case class RangeQuery(field: String, boost: Option[Double] = None, timeZone: Option[String] = None, lte: Option[Any] = None, gte: Option[Any] = None, gt: Option[Any] = None, lt: Option[Any] = None, format: Option[String] = None, queryName: Option[String] = None, relation: Option[RangeRelation] = None) extends MultiTermQuery with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, MultiTermQuery, Query, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RangeQuery
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MultiTermQuery
  7. Query
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RangeQuery(field: String, boost: Option[Double] = None, timeZone: Option[String] = None, lte: Option[Any] = None, gte: Option[Any] = None, gt: Option[Any] = None, lt: Option[Any] = None, format: Option[String] = None, queryName: Option[String] = None, relation: Option[RangeRelation] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def boost(boost: Double): RangeQuery
  6. val boost: Option[Double]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val field: String
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def format(fmt: String): RangeQuery
  12. val format: Option[String]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def gt(date: ElasticDate): RangeQuery
  15. def gt(f: String): RangeQuery
  16. def gt(f: Double): RangeQuery
  17. def gt(f: Long): RangeQuery
  18. val gt: Option[Any]
  19. def gte(date: ElasticDate): RangeQuery
  20. def gte(gte: String): RangeQuery
  21. def gte(gte: Double): RangeQuery
  22. def gte(gte: Long): RangeQuery
  23. val gte: Option[Any]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def lt(date: ElasticDate): RangeQuery
  26. def lt(to: String): RangeQuery
  27. def lt(to: Double): RangeQuery
  28. def lt(to: Long): RangeQuery
  29. val lt: Option[Any]
  30. def lte(date: ElasticDate): RangeQuery
  31. def lte(lte: String): RangeQuery
  32. def lte(lte: Double): RangeQuery
  33. def lte(lte: Long): RangeQuery
  34. val lte: Option[Any]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def queryName(queryName: String): RangeQuery
  39. val queryName: Option[String]
  40. def relation(relation: RangeRelation): RangeQuery
  41. val relation: Option[RangeRelation]
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def timeZone(timeZone: String): RangeQuery
  44. val timeZone: Option[String]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MultiTermQuery

Inherited from Query

Inherited from AnyRef

Inherited from Any

Ungrouped