move_from_existing


Description:

public void move_from_existing (StoreSearchIndex src)

Moves all items from the src index into the this.

The this and the src can be the same, in which case the function does nothing. At the end of the function the src will contain no items, but it is not freed.

Parameters:

this

a StoreSearchIndex

src

a StoreSearchIndex, to move items from