List of documents retrieved in a search.
After a search, SearchJob.Results will contain a SearchResults listing the documents found in the search.
To access information about each document, call GetNthDoc() to select the document in the list, then use CurrentItem to access its properties.
SearchResults requires the IDisposable Pattern.