Advertisement
Guest User

Untitled

a guest
May 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. {
  2. "3056-febc-ecf1-f69b-8944": {
  3. "mappings": {
  4. "objects": {
  5. "properties": {
  6. "comments": {
  7. "properties": {
  8. "content": {
  9. "type": "text",
  10. "analyzer": "ur_analyzer"
  11. }
  12. }
  13. },
  14. "content": {
  15. "type": "text",
  16. "analyzer": "ur_analyzer"
  17. },
  18. "messages": {
  19. "type": "nested",
  20. "properties": {
  21. "content": {
  22. "type": "text",
  23. "analyzer": "ur_analyzer"
  24. }
  25. }
  26. },
  27. "tags": {
  28. "type": "text",
  29. "analyzer": "ur_analyzer"
  30. },
  31. "title": {
  32. "type": "text",
  33. "analyzer": "ur_analyzer"
  34. }
  35. }
  36. }
  37. }
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement