Hi all,

I have the following type mappings. How do i get all the children of a
parent document in elasticsearch?

How to get all users of a particular tenant? Please help me

tenant: {

   - properties: {
      - organization: {
         - index: not_analyzed
         - type: string
      }
      - website: {
         - index: not_analyzed
         - type: string
      }
   }



   - user: {
      - _routing: {
         - required: true
      }
      - properties: {
         - email: {
            - index: not_analyzed
            - type: string
         }
         - password: {
            - index: not_analyzed
            - type: string
         }
      }
      - _parent: {
         - type: tenant
      }
   }



Thanks
-- 
Regards,
Chitirala Nagendra Vijay Kumar

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAFNcDXHqx6%3DCU9npVycFdYvb1aiJAAyLjPi96gi4hDvBomZZEg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to