On Jul 11, 2017, at 19:02 , Serkan Mulayim <[email protected]> wrote: > I have a question if possible. Assume that I have 2 indexes, index1 and > index2. I would like to merge index2 into index1 (and then delete index2 but > I can do it separately). Is there a method which does this task? e.g. > Lucy_Indexer_merge_index(Indexer *destination, Indexer *source);
Try Indexer_Add_Index:
http://lucy.apache.org/docs/c/Lucy/Index/Indexer.html#func_Add_Index
Nick
