Mongo Scala Driver - org.mongodb.scala.model.Indexes (original) (raw)

object Indexes

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Indexes

  2. AnyRef

  3. Any

  4. Hide All

  5. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def ascending(fieldNames: String*): Bson
    Create an index key for an ascending index on the given fields.
  6. def clone(): AnyRef
  7. def compoundIndex(indexes: Bson*): Bson
    create a compound index specifications.
  8. def descending(fieldNames: String*): Bson
    Create an index key for an ascending index on the given fields.
  9. final def eq(arg0: AnyRef): Boolean
  10. def equals(arg0: AnyRef): Boolean
  11. def finalize(): Unit
  12. def geo2d(fieldName: String): Bson
    Create an index key for a 2d index on the given field.
  13. def geo2dsphere(fieldNames: String*): Bson
    Create an index key for an 2dsphere index on the given fields.
  14. def geoHaystack(fieldName: String, additional: Bson): Bson
    Create an index key for a geohaystack index on the given field.
  15. final def getClass(): Class[_ <: AnyRef]
  16. def hashCode(): Int
  17. def hashed(fieldName: String): Bson
    Create an index key for a hashed index on the given field.
  18. final def isInstanceOf[T0]: Boolean
  19. final def ne(arg0: AnyRef): Boolean
  20. final def notify(): Unit
  21. final def notifyAll(): Unit
  22. final def synchronized[T0](arg0: => T0): T0
  23. def text(fieldName: String): Bson
    Create an index key for a text index on the given field.
  24. def toString(): String
  25. final def wait(): Unit
  26. final def wait(arg0: Long, arg1: Int): Unit
  27. final def wait(arg0: Long): Unit

Ungrouped