Click or drag to resize

IMongoSearchIndexManagerCreateOne Method (CreateSearchIndexModel, CancellationToken)

Creates a search index.

Namespace:  MongoDB.Driver.Search
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
string CreateOne(
	CreateSearchIndexModel model,
	CancellationToken cancellationToken = default
)

Parameters

model
Type: MongoDB.DriverCreateSearchIndexModel
The model defining the index.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: String
The name of the index that was created.
See Also