Elasticsearch-MySQL-River icon indicating copy to clipboard operation
Elasticsearch-MySQL-River copied to clipboard

An Elasticsearch river modelled to work like the Solr MySQL import feature

Results 1 Elasticsearch-MySQL-River issues
Sort by recently updated
recently updated
newest added

i have table ``` id, name, data_json 1, Endi, {"data":[{"language_id":"1","level":"1"},{"language_id":"1","level":"1"}]} ``` it is posible map data_json to ES document like ``` { id: 1 name: data_json data: [{language_id:1, level:1} ...]...