Hi,
I'm knew to ES and coming from SQL background, so looking for some advice on best practices.
My problem:
I have multiple buildings that each contain multiple documents specific to only that building. The mapping is the same for all buildings.
Should I be creating a new index for each building (there could be hundreds) or should I be creating a new type for each? Or maybe it's better to just add a building_id property to each document and filter them that way.
Any help is muchly appreciated!