You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/search/data-plane/Azure.Search/preview/2021-04-30-Preview/searchservice.json
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1639,27 +1639,31 @@
1639
1639
},
1640
1640
"analyzer": {
1641
1641
"$ref": "#/definitions/LexicalAnalyzerName",
1642
-
"description": "The name of the analyzer to use to break the given text. If this parameter is not specified, you must specify a tokenizer instead. The tokenizer and analyzer parameters are mutually exclusive."
1642
+
"description": "The name of the analyzer to use to break the given text."
1643
1643
},
1644
1644
"tokenizer": {
1645
1645
"$ref": "#/definitions/LexicalTokenizerName",
1646
-
"description": "The name of the tokenizer to use to break the given text. If this parameter is not specified, you must specify an analyzer instead. The tokenizer and analyzer parameters are mutually exclusive."
1646
+
"description": "The name of the tokenizer to use to break the given text."
1647
+
},
1648
+
"normalizer": {
1649
+
"$ref": "#/definitions/LexicalNormalizerName",
1650
+
"description": "The name of the normalizer to use to normalize the given text."
1647
1651
},
1648
1652
"tokenFilters": {
1649
1653
"type": "array",
1650
1654
"items": {
1651
1655
"$ref": "#/definitions/TokenFilterName",
1652
1656
"x-nullable": false
1653
1657
},
1654
-
"description": "An optional list of token filters to use when breaking the given text. This parameter can only be set when using the tokenizer parameter."
1658
+
"description": "An optional list of token filters to use when breaking the given text."
1655
1659
},
1656
1660
"charFilters": {
1657
1661
"type": "array",
1658
1662
"items": {
1659
1663
"$ref": "#/definitions/CharFilterName",
1660
1664
"x-nullable": false
1661
1665
},
1662
-
"description": "An optional list of character filters to use when breaking the given text. This parameter can only be set when using the tokenizer parameter."
1666
+
"description": "An optional list of character filters to use when breaking the given text."
0 commit comments