elastic.default_analyzer.json Maven / Gradle / Ivy
{
"analyzer": {
"default_search": {
"filter": [
"lowercase",
"asciifolding",
"keyword_repeat",
"unique"
],
"char_filter": [
"html_strip"
],
"type": "custom",
"tokenizer": "standard"
},
"default": {
"filter": [
"lowercase",
"asciifolding",
"keyword_repeat",
"unique"
],
"char_filter": [
"html_strip"
],
"type": "custom",
"tokenizer": "standard"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy