When you invoke the Execute() method on a KeywordQuery, you can create a ResultTable based on ResultType.RelevantResults. This code snippet illustrates what I mean:
ResultTableCollection resultsTableCollection = myKeywordQuery.Execute();
ResultTable searchResultsTable = resultsTableCollection[ResultType.RelevantResults];
The resulting table will have the following columns of information:
WorkId
Rank
Title
Author
Size
Path
Description
Write
SiteName
CollapsingStatus
HitHighlightedSummary
HitHighlightedProperties
ContentClass
IsDocument
PictureThumbnailURL
ServerRedirectedURL
I derived this list from a SharePoint 2010 environment, enterprise edition. Hopefully it will be handy to someone in future.
</end>
Follow me on Twitter at http://www.twitter.com/pagalvin