AgileWorksOrg / elasticsearch-river-csv

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

Support for sub folder while pooling #62

Closed subburaj45 closed 9 years ago

subburaj45 commented 9 years ago

Whether csvrover will support for subfolder while pooling?

My Folder structure for csv files is as follows:

ParentFolder subfolder1 a.csv subfolder2 b.csv

I can configure a river for ParentFolder. suppos if i put csv file into subfolder2 the river configuration will work automatically?? Or i have to configure for each subfolder????

xxBedy commented 9 years ago

Hi, You can configure two or more rivers. One for each folder you want to index.

Bedy

Odesláno z iPhonu

    1. 2015 v 7:18, subburaj45 notifications@github.com:

Whether csvrover will support for subfolder while pooling?

My Folder structure for csv files is as follows:

ParentFolder subfolder1 a.csv subfolder2 b.csv

I can configure a river for ParentFolder. suppos if i put csv file into subfolder2 the river configuration will work automatically?? Or i have to configure for each subfolder????

— Reply to this email directly or view it on GitHub.