Skip to content

How to set default index analyzer #36

Answered by qcoumes
johnsonjackc asked this question in Q&A
Discussion options

You must be logged in to vote

You did it the right way, it does work on my end using your exact settings on the test project:

{
  "country": {
    "aliases": {},
    "mappings": {
      "properties": {
        "area": {
          "type": "long"
        },
        "continent": {
          "properties": {
            "id": {
              "type": "long"
            },
            "name": {
              "type": "keyword"
            }
          }
        },
        "event_count_func": {
          "type": "long"
        },
        "event_count_property": {
          "type": "long"
        },
        "events_id": {
          "type": "long"
        },
        "id": {
          "type": "long"
        },
        "name": {
  …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@johnsonjackc
Comment options

@johnsonjackc
Comment options

Answer selected by johnsonjackc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants