dtSearch Text Retrieval Engine .NET interface

SearchResultsItem Class

Information about a document retrieved in a search.

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

System.Object
   dtSearch.Engine.SearchResultsItem

public class SearchResultsItem

Remarks

SearchResultsItem is returned through the OnFound callback in ISearchSearchStatusHandler, and from SearchResults.

Information returned through OnFound will be incomplete if the dtsSearchDelayDocInfo flag was used in the search, because the callback is called without reading document information records from the index.

Requirements

Namespace: dtSearch.Engine

Assembly: dtSearchNetApi (in dtSearchNetApi.dll)

See Also

SearchResultsItem Members | dtSearch.Engine Namespace