@@ -1050,8 +1050,6 @@ export class Collection<TSchema extends Document = Document> {
10501050 }
10511051
10521052 /**
1053- * @internal
1054- *
10551053 * Returns all search indexes for the current collection.
10561054 *
10571055 * @param options - The options for the list indexes operation.
@@ -1060,8 +1058,6 @@ export class Collection<TSchema extends Document = Document> {
10601058 */
10611059 listSearchIndexes ( options ?: ListSearchIndexesOptions ) : ListSearchIndexesCursor ;
10621060 /**
1063- * @internal
1064- *
10651061 * Returns all search indexes for the current collection.
10661062 *
10671063 * @param name - The name of the index to search for. Only indexes with matching index names will be returned.
@@ -1087,8 +1083,6 @@ export class Collection<TSchema extends Document = Document> {
10871083 }
10881084
10891085 /**
1090- * @internal
1091- *
10921086 * Creates a single search index for the collection.
10931087 *
10941088 * @param description - The index description for the new search index.
@@ -1102,8 +1096,6 @@ export class Collection<TSchema extends Document = Document> {
11021096 }
11031097
11041098 /**
1105- * @internal
1106- *
11071099 * Creates multiple search indexes for the current collection.
11081100 *
11091101 * @param descriptions - An array of `SearchIndexDescription`s for the new search indexes.
@@ -1120,8 +1112,6 @@ export class Collection<TSchema extends Document = Document> {
11201112 }
11211113
11221114 /**
1123- * @internal
1124- *
11251115 * Deletes a search index by index name.
11261116 *
11271117 * @param name - The name of the search index to be deleted.
@@ -1136,8 +1126,6 @@ export class Collection<TSchema extends Document = Document> {
11361126 }
11371127
11381128 /**
1139- * @internal
1140- *
11411129 * Updates a search index by replacing the existing index definition with the provided definition.
11421130 *
11431131 * @param name - The name of the search index to update.
0 commit comments