You are here: Symbol Reference > dtSearch.Engine Namespace > Classes > SearchResults Class
Close
dtSearch .NET Standard API 2024.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.

Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.