Skip to content

Commit

Permalink
Search SDK: Updating max partition count for S3 HD
Browse files Browse the repository at this point in the history
  • Loading branch information
brjohnstmsft committed Oct 25, 2016
1 parent cc90bdd commit e72da3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arm-search/2015-08-19/swagger/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"properties": {
"name": {
"type": "string",
"description": "The SKU of the Search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': Offers maximum capacity per search unit with up to 12 partitions and 12 replicas (or 1 partition with more indexes if you also set the hostingMode property to 'highDensity').",
"description": "The SKU of the Search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': Offers maximum capacity per search unit with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity').",
"enum": [
"free",
"basic",
Expand Down Expand Up @@ -694,12 +694,12 @@
"minimum": 1,
"maximum": 12,
"default": 1,
"description": "The number of partitions in the Search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs, except for 'standard3' when the hostingMode property is set to 'default'."
"description": "The number of partitions in the Search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3."
},
"hostingMode": {
"type": "string",
"default": "default",
"description": "Applicable only for the standard3 SKU. You can set this property to enable a single, high density partition that allows up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'.",
"description": "Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'.",
"enum": [
"default",
"highDensity"
Expand Down

0 comments on commit e72da3a

Please sign in to comment.