Skip to content

Commit e89c8dd

Browse files
Merge pull request #259707 from HeidiSteen/heidist-fix
typo
2 parents c02bd0e + 62d021f commit e89c8dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/tutorial-create-custom-analyzer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: cognitive-search
88
ms.custom:
99
- ignite-2023
1010
ms.topic: tutorial
11-
ms.date: 01/05/2023
11+
ms.date: 11/28/2023
1212
---
1313

1414
# Tutorial: Create a custom analyzer for phone numbers
@@ -417,7 +417,7 @@ With our character filters, tokenizer, and token filters in place, we're ready t
417417
{
418418
"@odata.type": "#Microsoft.Azure.Search.CustomAnalyzer",
419419
"name": "phone_analyzer",
420-
"tokenizer": "custom_tokenizer_phone",
420+
"tokenizer": "keyword_v2",
421421
"tokenFilters": [
422422
"custom_ngram_filter"
423423
],

0 commit comments

Comments
 (0)