So just to explain what I want:
- I want to be able to "push" an existing index to another index which has new mappings Is this possible? Preferably it wouldn't go through an intermediate file-system file: that would be expensive and might not be enough disk available. Thanks. On Monday, October 20, 2014 4:16:55 PM UTC+1, Jörg Prante wrote: > There is no more parameter "createIndex", the documentation is outdated - > sorry for the confusion. > > The "_push" action does not use files. There is no need to do that, this > would be very strange, > > Jörg > > > On Mon, Oct 20, 2014 at 5:12 PM, <[email protected] <javascript:>> wrote: > >> Jorg, >> >> Not sure what you mean. There is a flag: "createIndex=false" which means >> : >> >> if the index already exists do not try to create it ie it is pre-created. >> >> Import will handle this. Will _push also ? >> >> I have another question which affects me: >> I was hoping that "_push" would write to the index without using an >> intermediate file. But it seems behind the scenes it uses the filesystem >> like export/import. Can you confirm? >> >> Regards, >> >> On Sunday, October 19, 2014 9:14:57 PM UTC+1, Jörg Prante wrote: >> >>> I never thought about something like "pre-creation" because it would >>> just double the existing create index action... >>> >>> >> >>> Jörg >>> >>> On Sun, Oct 19, 2014 at 6:00 PM, <[email protected]> wrote: >>> >>>> OK I can try that >>>> But is there an option in the _push to have a pre created index? >>>> >>>> I know it's possible with import createIndex=false >>>> >>>> Would export/import be just as good? >>>> >>>> -- >>>> 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/627108aa-8970-474d-bf5d-7aa3c3c4be73% >>>> 40googlegroups.com. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> 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] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/elasticsearch/430ea089-1a58-4855-a201-19c4281073fd%40googlegroups.com >> >> <https://groups.google.com/d/msgid/elasticsearch/430ea089-1a58-4855-a201-19c4281073fd%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/87f3057e-7c89-417f-900a-3e6b2f10ffd6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
