Skip to content

Tags: medcl/esm

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add sync function for incremental update (#84)

* fishjam#1

add go.mod and fix build error(infini.sh/framework, fasthttp, util)

* run following command to format code:
  gofmt -l -w .

* fishjam#1

1.add Config: SortField, TruncateOutFile, SkipFields, so can dump es index to local file and compare.
2.add Config function: Sync , so can scroll and compare the source and dest index records, and just index/update/delete the changed records
3.refactor code:
  - add some functions in esapi, ClusterVersion() and DeleteScroll(), add ParseEsApi
  - move bulk.go to migrator.go, and add some functions
  - refactor all http method(GET/Post/DoRequest) to sinle Request method, and support proxy.
  - delete some commented and useless code

* fix error while source index not exist and change log.

* change model name

* change log

* update README.md and change the description of some configurations

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add tips

v0.6.0

Toggle v0.6.0's commit message
Merge branch 'master' of github.com:medcl/esm-v1

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Add FAQ

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Add FAQ

v0.4.5-SNAPSHOT

Toggle v0.4.5-SNAPSHOT's commit message
fix number decode, Closes #36

v0.4.4

Toggle v0.4.4's commit message
fix routing breaking change between versions

0.4.4_SNAPSHOT

Toggle 0.4.4_SNAPSHOT's commit message
update http to support new version

v0.4.3

Toggle v0.4.3's commit message
enable to skip cluster status check, use index instead of create for …

…bulk operations

v0.4.2

Toggle v0.4.2's commit message
update example