Hi Tim,
You should be able to access to all indexed content data through Data property, so if you need node alias path, you can try something like:
ValidationHelper.GetString(resultItem.Data.GetValue(nameof(TreeNode.NodeAliasPath)), String.Empty)
where resultItem is returned from search service (SearchResultItem instance of object).