Java com.mongodb.client.model Indexes fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.client.model Indexes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.client.model Indexes.

The text is from its open source code.

Method

Bsonascending(final String... fieldNames)
Create an index key for an ascending index on the given fields.
Bsonascending(final List fieldNames)
Create an index key for an ascending index on the given fields.
Bsondescending(final String... fieldNames)
Create an index key for an ascending index on the given fields.
Bsondescending(final List fieldNames)
Create an index key for an ascending index on the given fields.
Bsontext(final String fieldName)
Create an index key for a text index on the given field.