Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mongoose/types/index.d.ts>mongoose.Schema#searchIndex

MongoDB object modeling designed to work in an asynchronous environment.
Latest
method mongoose.Schema.prototype.searchIndex
import { mongoose } from "https://deno.land/x/mongoose@8.7.0/types/index.d.ts";
const { Schema } = mongoose;

Define a search index for this schema.

Parameters

description: SearchIndexDescription