Skip to content

Commit 36c7da6

Browse files
committed
articulated the steps for the 3rd index
1 parent 209c17f commit 36c7da6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,15 @@ In the index definition, we then specify both an `indexAnalyzer` and a `searchAn
591591
}
592592
```
593593

594-
With this change, you're all set. Delete the index. Recreate it using the new custom analyzer created for query-use only, reload the data, and test the queries again to verify the search works as expected. If you're using the sample file, this step creates the third index named `phone-number-index-3`.
594+
With this change, you're all set. Here are your next steps:
595+
596+
1. Delete the index.
597+
598+
1. Recreate the index after adding the new custom analyzer (`phone_analyzer-search`) and assigning that analyzer to the `phone-number` field's `searchAnalyzer` property.
599+
600+
1. Reload the data.
601+
602+
1. Retest the queries to verify the search works as expected. If you're using the sample file, this step creates the third index named `phone-number-index-3`.
595603

596604
<a name="Alternate"></a>
597605

0 commit comments

Comments
 (0)