@@ -65,15 +65,15 @@ func NewCreateCollectionOption(name string, collectionSchema *entity.Schema) *cr
65
65
66
66
You can chain the following methods to append more parameters to the `createCollectionOption` struct.
67
67
68
- - [WithShardNum](CreateCollection.md#withshardnum )
68
+ - [WithShardNum](CreateCollection.md#WithShardNum )
69
69
70
- - [WithIndexOptions](CreateCollection.md#withindexoptions )
70
+ - [WithIndexOptions](CreateCollection.md#WithIndexOptions )
71
71
72
- - [WithProperty](CreateCollection.md#withproperty )
72
+ - [WithProperty](CreateCollection.md#WithProperty )
73
73
74
- - [WithConsistencyLevel](CreateCollection.md#withconsistencylevel )
74
+ - [WithConsistencyLevel](CreateCollection.md#WithConsistencyLevel )
75
75
76
- - [WithIndexOptions](CreateCollection.md#withindexoptions )
76
+ - [WithIndexOptions](CreateCollection.md#WithIndexOptions )
77
77
78
78
### SimpleCreateCollectionOptions
79
79
@@ -103,13 +103,13 @@ func SimpleCreateCollectionOptions(name string, dim int64) *createCollectionOpti
103
103
104
104
You can chain the following methods to append more parameters to the `createCollectionOption` struct.
105
105
106
- - [WithAutoID](CreateCollection.md#withautoid )
106
+ - [WithAutoID](CreateCollection.md#WithAutoID )
107
107
108
- - [WithDynamicSchema](CreateCollection.md#withdynamicschema )
108
+ - [WithDynamicSchema](CreateCollection.md#WithDynamicSchema )
109
109
110
- - [WithVarcharPK](CreateCollection.md#withvarcharpk )
110
+ - [WithVarcharPK](CreateCollection.md#WithVarcharPK )
111
111
112
- - [WithIndexOptions](CreateCollection.md#withindexoptions )
112
+ - [WithIndexOptions](CreateCollection.md#WithIndexOptions )
113
113
114
114
### WithAutoID
115
115
@@ -271,17 +271,17 @@ You can use the `entity.NewSchema` method to get the concrete implementation of
271
271
272
272
This method creates an empty schema. You can chain the following methods to append corresponding parameters to the created schema.
273
273
274
- - [WithAutoID](CreateCollection.md#entitywithautoid )
274
+ - [WithAutoID](CreateCollection.md#WithAutoID )
275
275
276
- - [WithDescription](CreateCollection.md#entitywithdescription )
276
+ - [WithDescription](CreateCollection.md#WithDescription )
277
277
278
- - [WithDynamicFieldEnabled](CreateCollection.md#entitywithdynamicfieldenabled )
278
+ - [WithDynamicFieldEnabled](CreateCollection.md#WithDynamicFieldEnabled )
279
279
280
- - [WithField](CreateCollection.md#entitywithfield )
280
+ - [WithField](CreateCollection.md#WithField )
281
281
282
- - [WithFunction](CreateCollection.md#entitywithfunction )
282
+ - [WithFunction](CreateCollection.md#WithFunction )
283
283
284
- - [WithName](CreateCollection.md#entitywithname )
284
+ - [WithName](CreateCollection.md#WithName )
285
285
286
286
### entity.WithAutoID
287
287
@@ -417,49 +417,49 @@ You can use the `entity.NewField` method to get the concrete implementation of t
417
417
418
418
This method creates an empty field schema. You can chain the following methods to append corresponding parameters to the created field schema.
419
419
420
- - [WithAnalyzerParams](CreateCollection.md#entitywithanalyzerparams )
420
+ - [WithAnalyzerParams](CreateCollection.md#WithAnalyzerParams )
421
421
422
- - [WithDataType](CreateCollection.md#entitywithdatatype )
422
+ - [WithDataType](CreateCollection.md#WithDataType )
423
423
424
- - [WithDefaultValueBool](CreateCollection.md#entitywithdefaultvaluebool )
424
+ - [WithDefaultValueBool](CreateCollection.md#WithDefaultValueBool )
425
425
426
- - [WithDefaultValueDouble](CreateCollection.md#entitywithdefaultvaluedouble )
426
+ - [WithDefaultValueDouble](CreateCollection.md#WithDefaultValueDouble )
427
427
428
- - [WithDefaultValueFloat](CreateCollection.md#entitywithdefaultvaluefloat )
428
+ - [WithDefaultValueFloat](CreateCollection.md#WithDefaultValueFloat )
429
429
430
- - [WithDefaultValueInt](CreateCollection.md#entitywithdefaultvalueint )
430
+ - [WithDefaultValueInt](CreateCollection.md#WithDefaultValueInt )
431
431
432
- - [WithDefaultValueLong](CreateCollection.md#entitywithdefaultvaluelong )
432
+ - [WithDefaultValueLong](CreateCollection.md#WithDefaultValueLong )
433
433
434
- - [WithDefaultValueString](CreateCollection.md#entitywithdefaultvaluestring )
434
+ - [WithDefaultValueString](CreateCollection.md#WithDefaultValueString )
435
435
436
- - [WithDescription](CreateCollection.md#entitywithdescription )
436
+ - [WithDescription](CreateCollection.md#WithDescription )
437
437
438
- - [WithDim](CreateCollection.md#entitydim )
438
+ - [WithDim](CreateCollection.md#WithDim )
439
439
440
- - [WithElementType](CreateCollection.md#entitywithelementtype )
440
+ - [WithElementType](CreateCollection.md#WithElementType )
441
441
442
- - [WithEnableAnalyzer](CreateCollection.md#entitywithenableanalyzer )
442
+ - [WithEnableAnalyzer](CreateCollection.md#WithEnableAnalyzer )
443
443
444
- - [WithIsAutoID](CreateCollection.md#entitywithisautoid )
444
+ - [WithIsAutoID](CreateCollection.md#WithIsAutoID )
445
445
446
- - [WithIsClusteringKey](CreateCollection.md#entitywithisclusteringkey )
446
+ - [WithIsClusteringKey](CreateCollection.md#WithIsClusteringKey )
447
447
448
- - [WithIsDynamic](CreateCollection.md#entitywithisdynamic )
448
+ - [WithIsDynamic](CreateCollection.md#WithIsDynamic )
449
449
450
- - [WithIsPartitionKey](CreateCollection.md#entitywithispartitionkey )
450
+ - [WithIsPartitionKey](CreateCollection.md#WithIsPartitionKey )
451
451
452
- - [WithIsPrimaryKey](CreateCollection.md#entitywithisprimarykey )
452
+ - [WithIsPrimaryKey](CreateCollection.md#WithIsPrimaryKey )
453
453
454
- - [WithMaxCapacity](CreateCollection.md#entitywithmaxcapacity )
454
+ - [WithMaxCapacity](CreateCollection.md#WithMaxCapacity )
455
455
456
- - [WithMaxLength](CreateCollection.md#entitywithmaxlength )
456
+ - [WithMaxLength](CreateCollection.md#WithMaxLength )
457
457
458
- - [WithName](CreateCollection.md#entitywithname )
458
+ - [WithName](CreateCollection.md#WithName )
459
459
460
- - [WithNullable](CreateCollection.md#entitywithnullable )
460
+ - [WithNullable](CreateCollection.md#WithNullable )
461
461
462
- - [WithTypeParams](CreateCollection.md#entitywithtypeparams )
462
+ - [WithTypeParams](CreateCollection.md#WithTypeParams )
463
463
464
464
### entity.WithAnalyzerParams
465
465
@@ -944,13 +944,13 @@ You can use the `entity.NewFunction` method to get the concrete implementation o
944
944
945
945
This method creates an empty function. You can chain the following methods to append corresponding parameters to the created field schema.
946
946
947
- - [WithInputFields](CreateCollection.md#entitywithinputfields )
947
+ - [WithInputFields](CreateCollection.md#WithInputFields )
948
948
949
- - [WithName](CreateCollection.md#entityname )
949
+ - [WithName](CreateCollection.md#WithName )
950
950
951
- - [WithOutputFields](CreateCollection.md#entitywithoutputfields )
951
+ - [WithOutputFields](CreateCollection.md#WithOutputFields )
952
952
953
- - [WithParam](CreateCollection.md#entitywithparam )
953
+ - [WithParam](CreateCollection.md#WithParam )
954
954
955
955
- WithType
956
956
0 commit comments