Skip to content

Export SOLR documents efficiently to Elasticsearch with cursors.

License

Notifications You must be signed in to change notification settings

hedan806/solr-dump-to-elasticsearch

Repository files navigation

solr-dump-to-elasticsearch

Export SOLR documents efficiently to Elasticsearch with cursors.

1. build

make build-linux

2. run

./solrdump2es_unix dump -s {src_index} -t {target_host}-i {target_index} -c {consumer_size} -f {unique_field}

EXAMPLE

./solrdump2es_unix dump -s http://127.0.0.1:8983/solr/foo -t http://127.0.0.1:9200 -i foo -c 1 -f id

About

Export SOLR documents efficiently to Elasticsearch with cursors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published