crate / elasticsearch-inout-plugin

An Elasticsearch plugin which provides the ability to export data by query on server side.
Apache License 2.0
112 stars 15 forks source link

Merge shard output #40

Open arski opened 11 years ago

arski commented 11 years ago

I ran an export for a particular type objects of an index just now and ended up having 5 .json files, one for each shard. Is there any way to avoid this and have all the data exported to one file? I know it's not a biggy for me to merge them together, but still, might be an easy enough fix on your side?

Cheers