Merge indexes whose _source is disabled

Hi ,

Is it possible to merge 2 indexes whose _source is disabled ?

May be using the restore/snapshot feature ?

Thanks
Vineeth

--
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/CAGdPd5%3DUF2qEmMWAFzVpjJy1gwgA7R8BXwdJpU1qaL1acy4Wpw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

I don't believe this is possible. You'd likely need the original source
documents to be able to recreate them back into a single index.

However, if your objective is to be able to query across indexes
seamlessly, you might be interested to use aliases:

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-aliases.html

--
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/1679d042-1e2b-4a84-838c-61271905cc6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.