Advertisement
Guest User

Untitled

a guest
Nov 21st, 2011
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. {
  2.  
  3. state: open
  4. settings: {
  5. index.number_of_shards: 5
  6. index.number_of_replicas: 1
  7. }
  8. mappings: {
  9. FeatureCollection: {
  10. properties: {
  11. properties: {
  12. properties: {
  13. moddate: {
  14. store: yes
  15. format: yyyy/MM/dd HH:mm:ss||yyyy/MM/dd
  16. type: date
  17. }
  18. cc2: {
  19. store: yes
  20. type: string
  21. }
  22. elevation: {
  23. store: yes
  24. type: integer
  25. }
  26. fclass: {
  27. store: yes
  28. type: string
  29. }
  30. country: {
  31. store: yes
  32. type: string
  33. }
  34. timezone: {
  35. store: yes
  36. type: string
  37. }
  38. admin4: {
  39. store: yes
  40. type: string
  41. }
  42. admin3: {
  43. store: yes
  44. type: string
  45. }
  46. admin2: {
  47. store: yes
  48. type: string
  49. }
  50. admin1: {
  51. store: yes
  52. type: string
  53. }
  54. asciiname: {
  55. store: yes
  56. type: string
  57. }
  58. name: {
  59. store: yes
  60. type: string
  61. }
  62. gtopo30: {
  63. store: yes
  64. type: integer
  65. }
  66. longitude: {
  67. store: yes
  68. type: float
  69. }
  70. geonameid: {
  71. store: yes
  72. type: integer
  73. }
  74. latitude: {
  75. store: yes
  76. type: float
  77. }
  78. fcode: {
  79. store: yes
  80. type: string
  81. }
  82. alternatenames: {
  83. store: yes
  84. type: string
  85. }
  86. population: {
  87. store: yes
  88. type: integer
  89. }
  90. }
  91. }
  92. type: {
  93. store: yes
  94. type: string
  95. }
  96. geometry: {
  97. properties: {
  98. type: {
  99. store: yes
  100. type: string
  101. }
  102. coordinates: {
  103. store: yes
  104. type: geo_point
  105. }
  106. }
  107. }
  108. }
  109. }
  110. }
  111. aliases: [ ]
  112.  
  113. }
  114.  
  115.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement