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

elastic.default_analyzer_ngram.json Maven / Gradle / Ivy

Go to download

System provides workflow management functions including user, role and data management.

There is a newer version: 6.3.3
Show newest version
{
  "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