IndexOptions.textIndexVersion

Sets the text index version number.

MongoDB 2.4 can only support version 1.

MongoDB 2.6 and higher may support version 1 or 2.

struct IndexOptions
@since(WireVersion.v26)
Nullable!int textIndexVersion;

Meta