You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doc says This connector will only connect to one index per datasource.
I'm going to upgrade the elasticsearch version to 7 from 6. Because of this, I'm implementing loopback-connector-esv6 library.
But previously I had two indexes for one datasource and provide array to mappings field of configuration.
But the new library only has mappingProperties field and it seems doesn't accept an array. How can I configure multiple indexes?
The text was updated successfully, but these errors were encountered:
The doc says
This connector will only connect to one index per datasource.
I'm going to upgrade the elasticsearch version to 7 from 6. Because of this, I'm implementing
loopback-connector-esv6
library.But previously I had two indexes for one datasource and provide array to
mappings
field of configuration.But the new library only has
mappingProperties
field and it seems doesn't accept an array. How can I configure multiple indexes?The text was updated successfully, but these errors were encountered: