Skip to content

Commit 853cddb

Browse files
wilderjrodewig
authored andcommitted
[DOCS] Remove unneeded spaces from custom analyzer snippet (#47332)
1 parent 68ce306 commit 853cddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/analysis/analyzers/custom-analyzer.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ PUT my_index
5959
"analysis": {
6060
"analyzer": {
6161
"my_custom_analyzer": {
62-
"type": "custom", <1>
62+
"type": "custom", <1>
6363
"tokenizer": "standard",
6464
"char_filter": [
6565
"html_strip"
@@ -202,7 +202,7 @@ PUT my_index
202202
POST my_index/_analyze
203203
{
204204
"analyzer": "my_custom_analyzer",
205-
"text": "I'm a :) person, and you?"
205+
"text": "I'm a :) person, and you?"
206206
}
207207
--------------------------------------------------
208208
// CONSOLE

0 commit comments

Comments
 (0)