AgileWorksOrg / elasticsearch-river-csv

CSV river for ElasticSearch
Apache License 2.0
91 stars 45 forks source link

Updating the CSV plugin to use a BulkProcessor #5

Closed aritrachatterjee15 closed 10 years ago

aritrachatterjee15 commented 10 years ago

Updating the CSV plugin to use a BulkProcessor instead of custom threading logic.

Closing reader after use.

Flushing bulk requests once a file has been parsed completely, else some data loss was experienced.

vtajzich commented 10 years ago

Could you please update your pull request to reflect last update of this river? Sources has changed a lot.

aritrachatterjee15 commented 10 years ago

I'll create a different request for this. Haven't had any time to go through the new code changes.