Index

mongo4cats.operations.Index
See theIndex companion trait
object Index

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Index.type

Members list

Value members

Concrete methods

def ascending(fieldName: String): Index
def ascending(fieldNames: Seq[String]): Index
def descending(fieldName: String): Index
def descending(fieldNames: Seq[String]): Index
def geo2d(fieldName: String): Index
def geo2dsphere(fieldName: String): Index
def geo2dsphere(fieldNames: Seq[String]): Index
def hashed(fieldName: String): Index
def text(fieldName: String): Index
def text: Index