elastic.default_analyzer_ngram.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of application-engine Show documentation
Show all versions of application-engine Show documentation
System provides workflow management functions including user, role and data management.
{
"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": "custom_tokenizer"
}
},
"tokenizer": {
"custom_tokenizer": {
"type": "edge_ngram",
"min_gram": 2,
"max_gram": 25,
"token_chars": [
"letter",
"digit"
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy