I don't think that you need to be concerned with the internal docIDs much.
Just imagine the indexes as a big table with multiple columns, where
columns are grouped together. Each group is a different index. If a
document does not have a value in one column, then you have an empty cell.
if a documen
Hello Jose,
Well, yes, we are using append but if during indexing, you did not commit
and only when the index is done, that is it close, then the index will
persist. But other than that, during indexing, if commit is not perform,
then during that duration, all index is lost. Yes, we are trying dif