@@ -1050,8 +1050,6 @@ export class Collection<TSchema extends Document = Document> {
1050
1050
}
1051
1051
1052
1052
/**
1053
- * @internal
1054
- *
1055
1053
* Returns all search indexes for the current collection.
1056
1054
*
1057
1055
* @param options - The options for the list indexes operation.
@@ -1060,8 +1058,6 @@ export class Collection<TSchema extends Document = Document> {
1060
1058
*/
1061
1059
listSearchIndexes ( options ?: ListSearchIndexesOptions ) : ListSearchIndexesCursor ;
1062
1060
/**
1063
- * @internal
1064
- *
1065
1061
* Returns all search indexes for the current collection.
1066
1062
*
1067
1063
* @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> {
1087
1083
}
1088
1084
1089
1085
/**
1090
- * @internal
1091
- *
1092
1086
* Creates a single search index for the collection.
1093
1087
*
1094
1088
* @param description - The index description for the new search index.
@@ -1102,8 +1096,6 @@ export class Collection<TSchema extends Document = Document> {
1102
1096
}
1103
1097
1104
1098
/**
1105
- * @internal
1106
- *
1107
1099
* Creates multiple search indexes for the current collection.
1108
1100
*
1109
1101
* @param descriptions - An array of `SearchIndexDescription`s for the new search indexes.
@@ -1120,8 +1112,6 @@ export class Collection<TSchema extends Document = Document> {
1120
1112
}
1121
1113
1122
1114
/**
1123
- * @internal
1124
- *
1125
1115
* Deletes a search index by index name.
1126
1116
*
1127
1117
* @param name - The name of the search index to be deleted.
@@ -1136,8 +1126,6 @@ export class Collection<TSchema extends Document = Document> {
1136
1126
}
1137
1127
1138
1128
/**
1139
- * @internal
1140
- *
1141
1129
* Updates a search index by replacing the existing index definition with the provided definition.
1142
1130
*
1143
1131
* @param name - The name of the search index to update.
0 commit comments