Click or drag to resize
CreateIndexOptionsWeights Property
Gets or sets the weights for text indexes.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public BsonDocument Weights { get; set; }

Property Value

Type: BsonDocument
See Also