Advertisement
Guest User

Untitled

a guest
May 24th, 2017
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.68 KB | None | 0 0
  1. {
  2.   "universe": {
  3.     "aliases": {},
  4.     "mappings": {
  5.       "planet": {
  6.         "properties": {
  7.           "@timestamp": {
  8.             "type": "date"
  9.           },
  10.           "@version": {
  11.             "type": "text",
  12.             "fields": {
  13.               "keyword": {
  14.                 "type": "keyword",
  15.                 "ignore_above": 256
  16.               }
  17.             }
  18.           },
  19.           "alliance": {
  20.             "type": "text",
  21.             "fields": {
  22.               "keyword": {
  23.                 "type": "keyword",
  24.                 "ignore_above": 256
  25.               }
  26.             }
  27.           },
  28.           "coords": {
  29.             "type": "text",
  30.             "fields": {
  31.               "keyword": {
  32.                 "type": "keyword",
  33.                 "ignore_above": 256
  34.               }
  35.             }
  36.           },
  37.           "galname": {
  38.             "type": "text",
  39.             "fields": {
  40.               "keyword": {
  41.                 "type": "keyword",
  42.                 "ignore_above": 256
  43.               }
  44.             }
  45.           },
  46.           "id": {
  47.             "type": "long"
  48.           },
  49.           "nick": {
  50.             "type": "text",
  51.             "fields": {
  52.               "keyword": {
  53.                 "type": "keyword",
  54.                 "ignore_above": 256
  55.               }
  56.             }
  57.           },
  58.           "planetname": {
  59.             "type": "text",
  60.             "fields": {
  61.               "keyword": {
  62.                 "type": "keyword",
  63.                 "ignore_above": 256
  64.               }
  65.             }
  66.           },
  67.           "race": {
  68.             "type": "text",
  69.             "fields": {
  70.               "keyword": {
  71.                 "type": "keyword",
  72.                 "ignore_above": 256
  73.               }
  74.             }
  75.           },
  76.           "rulername": {
  77.             "type": "text",
  78.             "fields": {
  79.               "keyword": {
  80.                 "type": "keyword",
  81.                 "ignore_above": 256
  82.               }
  83.             }
  84.           },
  85.           "score": {
  86.             "type": "long"
  87.           },
  88.           "size": {
  89.             "type": "long"
  90.           },
  91.           "value": {
  92.             "type": "long"
  93.           },
  94.           "x": {
  95.             "type": "long"
  96.           },
  97.           "y": {
  98.             "type": "long"
  99.           },
  100.           "z": {
  101.             "type": "long"
  102.           }
  103.         }
  104.       }
  105.     },
  106.     "settings": {
  107.       "index": {
  108.         "creation_date": "1495655917532",
  109.         "number_of_shards": "5",
  110.         "number_of_replicas": "1",
  111.         "uuid": "9IHhoUWnS9yEoXx8pGxIzQ",
  112.         "version": {
  113.           "created": "5040099"
  114.         },
  115.         "provided_name": "universe"
  116.       }
  117.     }
  118.   }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement