object
Ast
extends AnyRef
Type Members
-
-
case class
And
[T]
(queries: Query[T]*) extends Query[T] with Product with Serializable
-
case class
AndClause
(clauses: List[AbstractClause]) extends AbstractClause with Product with Serializable
-
case class
BagOfWords
[T]
(query: T) extends Query[T] with Product with Serializable
-
case class
Boost
[T]
(q: Query[T], boost: Float) extends Query[T] with Product with Serializable
-
case class
Clause
[T]
(fieldName: String, query: Query[T], plus: Boolean) extends AbstractClause with Product with Serializable
-
case class
Empty
[T]
() extends Query[T] with Product with Serializable
-
case class
Field
(fieldName: String) extends ScoreBoost with Product with Serializable
-
case class
GeoDist
(name: String, lat: Double, lng: Double, distType: String) extends ScoreBoost with Product with Serializable
-
case class
Group
[T]
(items: Query[T]) extends Query[T] with Product with Serializable
-
case class
Or
[T]
(queries: Query[T]*) extends Query[T] with Product with Serializable
-
case class
OrClause
(clauses: List[AbstractClause]) extends AbstractClause with Product with Serializable
-
case class
Phrase
[T]
(query: T, escaped: Boolean) extends Query[T] with Product with Serializable
-
case class
PhrasePrefix
[T]
(query: T, escaped: Boolean) extends Query[T] with Product with Serializable
-
case class
PhraseWeightedField
(fieldName: String, boost: Double, pf: Boolean, pf2: Boolean, pf3: Boolean) extends Product with Serializable
-
class
Query
[T]
extends AnyRef
-
case class
Range
[T]
(q1: Query[T], q2: Query[T]) extends Query[T] with Product with Serializable
-
case class
Recip
(query: ScoreBoost, x: Int, y: Int, z: Int) extends ScoreBoost with Product with Serializable
-
class
ScoreBoost
extends AnyRef
-
case class
Splat
[T]
() extends Query[T] with Product with Serializable
-
case class
WeightedField
(fieldName: String, boost: Double) extends ScoreBoost with Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
escape
(q: String): String
-
val
escapePattern
: Regex
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
quote
(q: String): String
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any