Hi guys, 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);
One obvious solution that I would like to avoid is searching for a wide query, and put them to index1. But there are multiple reasons for avoiding this. Thanks, Serkan
