Is it possible to render search results in "Search Core Result" web part with result getting from code accessing Search API rather than using the result set from OOTB?
Not really without extensive use of reflection. You can override the query some using that technique but you can't actually be the one that executes the API call and get the results. If you are curious about just changing the query, look and see how I did it with the Wildcard Search web part.
Corey Roth blog: www.dotnetmafia.com twitter: twitter.com/coreyroth
Edited byCoreyRothTuesday, November 03, 2009 2:57 PMcorrected link
Not really without extensive use of reflection. You can override the query some using that technique but you can't actually be the one that executes the API call and get the results. If you are curious about just changing the query, look and see how I did it with the Wildcard Search web part.
Corey Roth blog: www.dotnetmafia.com twitter: twitter.com/coreyroth
Edited byCoreyRothTuesday, November 03, 2009 2:57 PMcorrected link