Package

io.fsq.rogue

index

Permalink

package index

Visibility
  1. Public
  2. All

Type Members

  1. case class IndexBuilder[M](rec: M) extends Product with Serializable

    Permalink
  2. case class IndexModifier(value: Any) extends Product with Serializable

    Permalink
  3. trait IndexedRecord[M] extends AnyRef

    Permalink

    A trait that represents the fact that a record type includes a list of the indexes that exist in MongoDB for that type.

  4. trait MongoIndex[R] extends UntypedMongoIndex

    Permalink
  5. case class MongoIndex1[R](f1: Field[_, R], m1: IndexModifier) extends MongoIndex[R] with Product with Serializable

    Permalink
  6. case class MongoIndex2[R](f1: Field[_, R], m1: IndexModifier, f2: Field[_, R], m2: IndexModifier) extends MongoIndex[R] with Product with Serializable

    Permalink
  7. case class MongoIndex3[R](f1: Field[_, R], m1: IndexModifier, f2: Field[_, R], m2: IndexModifier, f3: Field[_, R], m3: IndexModifier) extends MongoIndex[R] with Product with Serializable

    Permalink
  8. case class MongoIndex4[R](f1: Field[_, R], m1: IndexModifier, f2: Field[_, R], m2: IndexModifier, f3: Field[_, R], m3: IndexModifier, f4: Field[_, R], m4: IndexModifier) extends MongoIndex[R] with Product with Serializable

    Permalink
  9. case class MongoIndex5[R](f1: Field[_, R], m1: IndexModifier, f2: Field[_, R], m2: IndexModifier, f3: Field[_, R], m3: IndexModifier, f4: Field[_, R], m4: IndexModifier, f5: Field[_, R], m5: IndexModifier) extends MongoIndex[R] with Product with Serializable

    Permalink
  10. case class MongoIndex6[R](f1: Field[_, R], m1: IndexModifier, f2: Field[_, R], m2: IndexModifier, f3: Field[_, R], m3: IndexModifier, f4: Field[_, R], m4: IndexModifier, f5: Field[_, R], m5: IndexModifier, f6: Field[_, R], m6: IndexModifier) extends MongoIndex[R] with Product with Serializable

    Permalink
  11. trait MongoTextIndex[R] extends UntypedMongoIndex

    Permalink
  12. case class MongoTextIndex1[R](f1: Field[_, R]) extends MongoTextIndex[R] with Product with Serializable

    Permalink
  13. case class MongoTextIndex2[R](f1: Field[_, R], f2: Field[_, R]) extends MongoTextIndex[R] with Product with Serializable

    Permalink
  14. case class MongoTextIndex3[R](f1: Field[_, R], f2: Field[_, R], f3: Field[_, R]) extends MongoTextIndex[R] with Product with Serializable

    Permalink
  15. case class MongoTextIndex4[R](f1: Field[_, R], f2: Field[_, R], f3: Field[_, R], f4: Field[_, R]) extends MongoTextIndex[R] with Product with Serializable

    Permalink
  16. case class MongoTextIndex5[R](f1: Field[_, R], f2: Field[_, R], f3: Field[_, R], f4: Field[_, R], f5: Field[_, R]) extends MongoTextIndex[R] with Product with Serializable

    Permalink
  17. case class MongoTextIndex6[R](f1: Field[_, R], f2: Field[_, R], f3: Field[_, R], f4: Field[_, R], f5: Field[_, R], f6: Field[_, R]) extends MongoTextIndex[R] with Product with Serializable

    Permalink
  18. case class MongoTextIndexAll[R]() extends MongoTextIndex[R] with Product with Serializable

    Permalink
  19. case class TextIndexBuilder[M](rec: M) extends Product with Serializable

    Permalink
  20. trait UntypedMongoIndex extends AnyRef

    Permalink

Value Members

  1. object Asc extends IndexModifier

    Permalink
  2. object Desc extends IndexModifier

    Permalink
  3. object Hashed extends IndexModifier

    Permalink
  4. object TwoD extends IndexModifier

    Permalink

Ungrouped