Guest User

Untitled

a guest
Nov 21st, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. {
  2. "deal_pool_featured_offer":{
  3. "source":{
  4. "enabled":true
  5. },
  6. "properties":{
  7. "productOfferId":{
  8. "type":"String",
  9. "index":"not_analyzed"
  10. },
  11. "brandName":{
  12. "type":"String",
  13. "index":"analyzed",
  14. "analyzer":"standard",
  15. "boost":1.0
  16. },
  17. "brandCode":{
  18. "type":"String",
  19. "index":"not_analyzed"
  20. },
  21. "retailerName":{
  22. "type":"String",
  23. "index":"analyzed",
  24. "analyzer":"standard",
  25. "boost":1.0
  26. },
  27. "retailerCode":{
  28. "type":"String",
  29. "index":"not_analyzed"
  30. },
  31. "inventoryGroupCode":{
  32. "type":"String",
  33. "index":"not_analyzed"
  34. },
  35. "categoryName":{
  36. "type":"String",
  37. "index":"analyzed",
  38. "analyzer":"standard",
  39. "boost":1.0
  40. },
  41. "categoryCode":{
  42. "type":"String",
  43. "index":"not_analyzed"
  44. },
  45. "keywords":{
  46. "type":"String",
  47. "index":"analyzed",
  48. "index_name":"keyword",
  49. "analyzer":"standard",
  50. "boost":1.0
  51. },
  52. "title":{
  53. "type":"String",
  54. "index":"analyzed",
  55. "analyzer":"standard",
  56. "boost":1.0
  57. },
  58. "sku":{
  59. "type":"String",
  60. "index":"not_analyzed"
  61. },
  62. "internetSku":{
  63. "type":"String",
  64. "index":"not_analyzed"
  65. },
  66. "upc":{
  67. "type":"String",
  68. "index":"not_analyzed"
  69. },
  70. "mpn":{
  71. "type":"String",
  72. "index":"not_analyzed"
  73. },
  74. "imageUrl":{
  75. "type":"String",
  76. "index":"not_analyzed"
  77. },
  78. "offerUrl":{
  79. "type":"String",
  80. "index":"not_analyzed"
  81. },
  82. "affiliateCode":{
  83. "type":"String",
  84. "index":"not_analyzed"
  85. },
  86. "bid":{
  87. "type":"float",
  88. "null_value":"0.0",
  89. "index":"not_analyzed"
  90. },
  91. "price":{
  92. "type":"integer",
  93. "index":"not_analyzed"
  94. },
  95. "onSale":{
  96. "type":"boolean",
  97. "null_value":"false",
  98. "index":"not_analyzed"
  99. },
  100. "ruleIds":{
  101. "type":"String",
  102. "index":"not_analyzed",
  103. "index_name":"ruleId",
  104. "boost":1.0
  105. },
  106. "expiresOn":{
  107. "type":"String",
  108. "index":"not_analyzed"
  109. },
  110. "createdOn":{
  111. "type":"String",
  112. "index":"not_analyzed"
  113. },
  114. "matchCount":{
  115. "type":"integer",
  116. "index":"not_analyzed",
  117. "boost":1.0
  118. },
  119. "clickThroughRate":{
  120. "type":"long",
  121. "index":"not_analyzed",
  122. "boost":1.0
  123. },
  124. "availablePlaces":{
  125. "properties":{
  126. "storeId":{
  127. "type":"String",
  128. "index":"not_analyzed"
  129. },
  130. "point":{
  131. "type":"geo_point"
  132. }
  133. }
  134. },
  135. "availabiltyCheckUrl":{
  136. "type":"String",
  137. "index":"not_analyzed"
  138. },
  139. "availabilityCheckUrl":{
  140. "type":"long"
  141. }
  142. }
  143. }
  144. }
Add Comment
Please, Sign In to add comment