We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ce306 commit 853cddbCopy full SHA for 853cddb
docs/reference/analysis/analyzers/custom-analyzer.asciidoc
@@ -59,7 +59,7 @@ PUT my_index
59
"analysis": {
60
"analyzer": {
61
"my_custom_analyzer": {
62
- "type": "custom", <1>
+ "type": "custom", <1>
63
"tokenizer": "standard",
64
"char_filter": [
65
"html_strip"
@@ -202,7 +202,7 @@ PUT my_index
202
POST my_index/_analyze
203
{
204
"analyzer": "my_custom_analyzer",
205
- "text": "I'm a :) person, and you?"
+ "text": "I'm a :) person, and you?"
206
}
207
--------------------------------------------------
208
// CONSOLE
0 commit comments