I have 3 different components: 1) a file server with different shares 2) SharePoint 2010 Server, Enterprise license 3) a custom .NET 3.5 web site
What I want to be able to do is have SharePoint index the necessary share on my file server (easy, set up a content source for it), and then from the web site, perform a query against the SharePoint search indexer, and return the results to the web site for processing and display.
Is it possible to do this, or does the query have to be done from within a SharePoint site?