Advertisement
Guest User

Untitled

a guest
May 27th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. {
  2. "meliuzmock": {
  3. "mappings": {
  4. "partner": {
  5. "index_analyzer": "default_index",
  6. "search_analyzer": "default_search",
  7. "properties": {
  8. "descricao": {
  9. "type": "string"
  10. },
  11. "id": {
  12. "type": "long"
  13. },
  14. "imagem": {
  15. "type": "string"
  16. },
  17. "nome_campo_cupom": {
  18. "type": "string"
  19. },
  20. "ref": {
  21. "type": "string"
  22. },
  23. "rootPath": {
  24. "type": "string"
  25. },
  26. "site": {
  27. "type": "string"
  28. },
  29. "texto_frame": {
  30. "type": "string"
  31. },
  32. "timestamp": {
  33. "type": "long"
  34. },
  35. "titulo": {
  36. "type": "string"
  37. }
  38. }
  39. }
  40. }
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement