Close
dtSearch .NET Standard API 2023.02
SearchResults Class

List of documents retrieved in a search.

dtSearch.Engine.SearchResults
public class SearchResults : DisposableObject;

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.

IDisposable

SearchResults requires the IDisposable Pattern.