Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. {
  2. "mappings": {
  3. "metadata": {
  4. "properties": {
  5. "key": {
  6. "type": "string",
  7. "index": "not_analyzed",
  8. "doc_values": true,
  9. "include_in_all": false
  10. },
  11. "tag_keys": {
  12. "type": "string",
  13. "index": "not_analyzed",
  14. "doc_values": true,
  15. "include_in_all": false
  16. },
  17. "tags": {
  18. "type": "string",
  19. "index": "not_analyzed",
  20. "doc_values": true,
  21. "include_in_all": false
  22. }
  23. }
  24. },
  25. "tag": {
  26. "properties": {
  27. "key": {
  28. "type": "string",
  29. "index": "not_analyzed",
  30. "doc_values": true,
  31. "include_in_all": false
  32. },
  33. "kv": {
  34. "type": "string",
  35. "index": "not_analyzed",
  36. "doc_values": true,
  37. "include_in_all": false
  38. },
  39. "series_id": {
  40. "type": "string",
  41. "index": "not_analyzed",
  42. "doc_values": true,
  43. "include_in_all": false
  44. },
  45. "skey": {
  46. "type": "string",
  47. "analyzer": "bag_analyzer",
  48. "fields": {
  49. "prefix": {
  50. "type": "string",
  51. "analyzer": "prefix_analyzer"
  52. },
  53. "raw": {
  54. "type": "string",
  55. "index": "not_analyzed",
  56. "doc_values": true
  57. }
  58. },
  59. "include_in_all": false
  60. },
  61. "sval": {
  62. "type": "string",
  63. "analyzer": "bag_analyzer",
  64. "fields": {
  65. "prefix": {
  66. "type": "string",
  67. "analyzer": "prefix_analyzer"
  68. },
  69. "raw": {
  70. "type": "string",
  71. "index": "not_analyzed",
  72. "doc_values": true
  73. }
  74. },
  75. "include_in_all": false
  76. },
  77. "tag_keys": {
  78. "type": "string",
  79. "index": "not_analyzed",
  80. "doc_values": true,
  81. "include_in_all": false
  82. },
  83. "tags": {
  84. "type": "string",
  85. "index": "not_analyzed",
  86. "doc_values": true,
  87. "include_in_all": false
  88. }
  89. }
  90. },
  91. "series": {
  92. "properties": {
  93. "key": {
  94. "type": "string",
  95. "index": "not_analyzed",
  96. "doc_values": true,
  97. "fields": {
  98. "analyzed": {
  99. "type": "string",
  100. "analyzer": "bag_analyzer"
  101. },
  102. "prefix": {
  103. "type": "string",
  104. "analyzer": "prefix_analyzer"
  105. }
  106. },
  107. "include_in_all": false
  108. },
  109. "series_id": {
  110. "type": "string",
  111. "index": "not_analyzed",
  112. "doc_values": true,
  113. "include_in_all": false
  114. },
  115. "tag_keys": {
  116. "type": "string",
  117. "index": "not_analyzed",
  118. "doc_values": true,
  119. "include_in_all": false
  120. },
  121. "tags": {
  122. "type": "string",
  123. "index": "not_analyzed",
  124. "doc_values": true,
  125. "include_in_all": false
  126. }
  127. }
  128. }
  129. }
  130. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement