Skip to content

Releases: loopbackio/loopback-connector-elastic-search

Release esv6-1.0.2

26 Feb 16:25
Compare
Choose a tag to compare
  • added back create index feature as suggested in #110

Release esv6-1.0.1

15 Feb 07:09
Compare
Choose a tag to compare

Notes

  • added default index shakespeare and default mapping type basedata
  • apiVersion defaults to 6.0 if not provided in datasources
  • docType property is a default mapping property for index which is required to support multiple loopback models.
  • docType mapping property definition { "docType": { "type":"keyword", "index":"true" } }
  • updated README
  • updated sample datasources for esv6

esv6-1.0.0

14 Feb 02:27
Compare
Choose a tag to compare
fixed package.json

Release 1.2.0

14 Nov 07:36
Compare
Choose a tag to compare
  • added support for replaceById and replaceOrCreate methods