rivers are deprecated.what are other ways to migrate data from solr to elastic?
There's recommendations in here on how to replace what rivers used to do:
Question out of curiosity: Why not simply re-index the data into Elasticsearch?
because data is stored directly in solr. it is used as nosql DB
BTW may be there is a SIMPLE way to ingest csv?
Logstash can ingest CSV easily.