Query in 6.2 removeing multitypes

HI
I had in es 6.2 multitypes:

type person fields name id
type home fields adresse surface

when i moved to es 6.2 i removed types as multitypes are removed?

i addes the following fields

person fields name id type: person
home fields adresse surface type: home

How i can then query this fields to retrieve only persons and only homes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.