Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for match_mapping_type (0.15 sec)

  1. src/main/resources/suggest_indices/suggest/mappings-default.json

    {
      "dynamic_templates": [
        {
          "strings": {
            "mapping": {
              "type": "keyword"
            },
            "match": "*",
            "match_mapping_type": "string"
          }
        }
      ],
      "properties": {
        "@timestamp": {
          "type": "date",
          "format": "epoch_millis"
        },
        "docFreq": {
          "type": "long"
        },
        "fields": {
          "type": "keyword"
        },
        "kinds": {
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Fri Jan 06 03:01:29 UTC 2017
    - 760 bytes
    - Viewed (0)
  2. src/main/resources/suggest_indices/analyzer/mapping-default.json

    {
      "dynamic_templates": [
        {
          "strings": {
            "mapping": {
              "type": "keyword"
            },
            "match": "*",
            "match_mapping_type": "string"
          }
        }
      ],
      "properties": {
        "settingsType": {
          "type": "keyword"
        },
        "fieldName": {
          "type": "keyword"
        },
        "readingAnalyzer": {
          "type": "keyword"
        },
        "readingTermAnalyzer": {
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Fri Aug 03 15:54:27 UTC 2018
    - 613 bytes
    - Viewed (0)
Back to top