All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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