By default, K2 search result show full content. So, instead of full content if you want to limit the text with Read More button, follow below few steps.
<?php echo $item->introtext; ?>
<?php echo K2HelperUtilities::wordLimit($item->introtext, 120); ?>