I query setting information of index and found that have creation_date 
field but I cannot understand what is value. Can you explain me more?

      "settings": {
         "index": {
            "creation_date": "1425631497164",
            "uuid": "A9ZXMK7zTjSyB_oWpvf7fg",
            "analysis": {
               "analyzer": {
                  "sensible_analyzer": {
                     "type": "custom",
                     "filter": [
                        "word_filter",
                        "lowercase"
                     ],
                     "tokenizer": "keyword"
                  }
               },
               "filter": {
                  "word_filter": {
                     "split_on_numerics": "false",
                     "type": "word_delimiter",
                     "preserve_original": "true",
                     "split_on_case_change": "false",
                     "generate_number_parts": "false",
                     "generate_word_parts": "false"
                  }
               }
            },
            "number_of_replicas": "1",
            "number_of_shards": "6",
            "version": {
               "created": "1040399"
            }
         }
      }

Thank you,
Hiko

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/4c784554-9a52-423a-8acc-386423a1b197%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to