How to index multiple database query data to a single index file in Elastic search

Hi,

Want to index multiple database data to Elastic search, I have done the
same in Solr using DataImportHandler and DeltaImportHandler. Is there any
way to achieve the same in Elastic Search, also want to index all these
multiple query output all at once. I have observed that we cant index
multiple queries here in Elastic Search.

Thanks
Guru Pai.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/7f4d61ef-2116-4991-b93f-546898ff2462%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Pai,

I am trying to achieve something similar. Would appreciate if you can share your solution.

Thanks.