How are you determining DB size? Many cases can just be estimates. Alternatively, InnoDB generally doesn't shrink its data files, so if there was once a large amount of data and it was subsequently deleted, that space would still be allocated.
Beyond that, the search index does take up a fair amount of space. If you didn't have much of an index before and you built the full index now, DB size growth would very much be expected.