Advertisement
franek

address mapping

Jun 14th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. {
  2. "address": {
  3. "properties": {
  4. "town": {
  5. "type": "string",
  6. "fields": {
  7. "raw": {
  8. "index": "not_analyzed",
  9. "type": "string"
  10. }
  11. }
  12. },
  13. "postcode": {
  14. "type": "string",
  15. "fields": {
  16. "raw": {
  17. "index": "not_analyzed",
  18. "type": "string"
  19. }
  20. }
  21. },
  22. "id": {
  23. "type": "string"
  24. },
  25. "line3": {
  26. "type": "string",
  27. "fields": {
  28. "raw": {
  29. "index": "not_analyzed",
  30. "type": "string"
  31. },
  32. "lines": {
  33. "type": "string"
  34. }
  35. }
  36. },
  37. "line2": {
  38. "type": "string",
  39. "fields": {
  40. "raw": {
  41. "index": "not_analyzed",
  42. "type": "string"
  43. },
  44. "lines": {
  45. "type": "string"
  46. }
  47. }
  48. },
  49. "line1": {
  50. "type": "string",
  51. "fields": {
  52. "raw": {
  53. "index": "not_analyzed",
  54. "type": "string"
  55. },
  56. "lines": {
  57. "type": "string"
  58. }
  59. }
  60. }
  61. }
  62. }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement