I have a requirment where for some data setting the '_source' in indexrequest is strightforward but for some huge amount of data I need to run long running activity to generate data which needs to be indexed. So frequently I plan to take a snapshot from ES to Hadoop and want to add new lucene documents (using lucene 4.7x library not elasticsearch library) in hadoop by running a batch job and finally restore this modified index repo/snapshot to ES. Is it possible to update snapshot data and restore? If so, how to get handle of Lucene (org.apache.lucene.store.Directory) which stored in hdfs and addDocument using indexwriter Is there any other better alternative to achieve the above requirement? Thanks,
-- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/e374f948-32c9-4c50-b6f1-c62a37c7002a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
