com.tuplejump.calliope.stargate

JsonMapping

object JsonMapping

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonMapping
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class BooleanCondition(boost: Float = 1.0, must: List[Condition], should: List[Condition], not: List[Condition]) extends Condition with Product with Serializable

  2. trait Condition extends AnyRef

  3. case class FuzzyCondition(boost: Float = 1.0, field: String, value: String, maxEdits: Integer = scala.this.Predef.int2Integer(2), prefixLength: Integer = scala.this.Predef.int2Integer(0), maxExpansions: Integer = scala.this.Predef.int2Integer(50), transpositions: Boolean = true) extends Condition with Product with Serializable

  4. case class LuceneCondition(boost: Float = 1.0, field: String, query: String) extends Condition with Product with Serializable

  5. case class MatchCondition(boost: Float = 1.0, field: String, value: Any) extends Condition with Product with Serializable

  6. case class PhraseCondition(boost: Float = 1.0, field: String, values: List[String], slop: Integer = scala.this.Predef.int2Integer(0)) extends Condition with Product with Serializable

  7. case class PrefixCondition(boost: Float = 1.0, field: String, value: String) extends Condition with Product with Serializable

  8. case class Properties(metaColumn: Boolean = true, numShards: Int = 1024, routing: Boolean = false, vnodes: Boolean = false, type: String = null, analyzer: String = null, indexed: Boolean = true, stored: Boolean = false, tokenized: Boolean = true, omitNorms: Boolean = true, maxFieldLength: Int = 0, storeTermVectors: Boolean = false, storeTermVectorOffsets: Boolean = false, storeTermVectorPositions: Boolean = false, storeTermVectorPayloads: Boolean = false, indexOptions: String = "DOCS_ONLY", numericPrecisionStep: Int = 4, fields: Map[String, Properties] = ...) extends Product with Serializable

    Annotations
    @JsonCreator()
  9. case class RangeCondition(boost: Float = 1.0, field: String, lower: Option[Any], upper: Option[Any], includeLower: Boolean = false, includeUpper: Boolean = false) extends Condition with Product with Serializable

  10. case class RegexpCondition(boost: Float = 1.0, field: String, value: String) extends Condition with Product with Serializable

  11. case class Search(queryCondition: Condition, filterCondition: Condition, sort: Sort) extends Product with Serializable

  12. case class Sort(sortFields: List[SortField]) extends Product with Serializable

  13. case class SortField(field: String, reverse: Boolean) extends Product with Serializable

  14. case class WildcardCondition(boost: Float = 1.0, field: String, value: String) extends Condition with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val defaultMapping: String

  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. val mapper: ObjectMapper

  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  20. def toString(): String

    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped