Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {"name": "haris","projects": [{"title": "Splunk"},{"title": "QRadar"},{"title": "LogAnalysis"}]}
  2.  
  3. {"name": "khalid","projects": [{"title": "MS"},{"title": "Google"},{"title": "Apple"}]}
  4.  
  5. {"name": "Hamid","projects": [{"title": "Toyota"},{"title": "Honda"},{"title": "Kia"}]
  6.  
  7. PUT index_name
  8. {
  9. "mappings": {
  10. "iterations_type": {
  11. "properties": {
  12. "projects": {
  13. "type": "nested",
  14. "include_in_parent": true
  15. }
  16. }
  17. }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement