Mongo Scala Driver - org.mongodb.scala.model.Indexes (original) (raw)
object Indexes
Ordering
- Alphabetic
- By Inheritance
Inherited
Indexes
AnyRef
Any
Hide All
Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def ascending(fieldNames: String*): Bson
Create an index key for an ascending index on the given fields. - def clone(): AnyRef
- def compoundIndex(indexes: Bson*): Bson
create a compound index specifications. - def descending(fieldNames: String*): Bson
Create an index key for an ascending index on the given fields. - final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def geo2d(fieldName: String): Bson
Create an index key for a 2d index on the given field. - def geo2dsphere(fieldNames: String*): Bson
Create an index key for an 2dsphere index on the given fields. - def geoHaystack(fieldName: String, additional: Bson): Bson
Create an index key for a geohaystack index on the given field. - final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def hashed(fieldName: String): Bson
Create an index key for a hashed index on the given field. - final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def text(fieldName: String): Bson
Create an index key for a text index on the given field. - def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit