Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1.  
  2.  
  3. {
  4. "pictures": {
  5. "mappings": {
  6. "picture": {
  7. "properties": {
  8. "path": {
  9. "type": "text",
  10. "fields": {
  11. "keyword": {
  12. "type": "keyword",
  13. "ignore_above": 256
  14. }
  15. }
  16. },
  17. "tag": {
  18. "type": "text",
  19. "fields": {
  20. "keyword": {
  21. "type": "keyword",
  22. "ignore_above": 256
  23. }
  24. }
  25. },
  26. "text": {
  27. "type": "text",
  28. "fields": {
  29. "keyword": {
  30. "type": "keyword",
  31. "ignore_above": 256
  32. }
  33. }
  34. },
  35. "user_id": {
  36. "type": "long"
  37. }
  38. }
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement