mongoose-elasticsearch-xp
mongoose-elasticsearch-xp copied to clipboard
Index Name
trafficstars
Is it possible, for items within the same mongoose model, to have a different index name?
I have the following models.
Site Model (Just stores a name of the site, and who owns the document)
Contact Modal (Has a relationship to sitemodel) (Parent).
I currently store indexes in elastic search for contacts, in the following format:
site-59cf3dc2cd66b5000484d939 <- 50 contacts might be under this contact then other contacts will be under a different index based of the Site Model.