text, text_oneline
API
{
"text": "this is the text"
}Index
{
"analysis": {
"icu_text": {
"type": "custom",
"tokenizer": "custom_icu_tokenizer",
"filter": [
"icu_folding"
],
"char_filter": [
"icu_normalizer"
]
},
"tokenizer": {
"custom_icu_tokenizer": {
"type": "pattern",
"pattern": "([[^\\p{L}\\p{Digit}\\uD800-\\uDFFF\\u2F00-\\u2FDF]&&[^&%§\\$€]])"
}
}
}Sorting
Export
Last updated