mongoose-elasticsearch-xp icon indicating copy to clipboard operation
mongoose-elasticsearch-xp copied to clipboard

Index Name

Open james-lukensow opened this issue 7 years ago • 0 comments
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.

james-lukensow avatar Dec 22 '17 17:12 james-lukensow