dtSearch Text Retrieval Engine .NET interface

SearchResults Class

List of documents retrieved in a search.

For a list of all members of this type, see SearchResults Members.

System.Object
   dtSearch.Engine.DisposableObject
      dtSearch.Engine.SearchResults

public class SearchResults : DisposableObject

Remarks

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.

Requirements

Namespace: dtSearch.Engine

Assembly: dtSearchNetApi (in dtSearchNetApi.dll)

See Also

SearchResults Members | dtSearch.Engine Namespace