dtSearch Text Retrieval Engine .NET interface

SearchResults.AddDoc Method 

Add a document to SearchResults.

public void AddDoc(
   string indexPath,
   int docId,
   int[] hits
);

Parameters

indexPath
Path of the index that contains this document.
docId
Document id of the document in the index.
hits
Word offset of the hits in this document.

Remarks

See Also

SearchResults Class | dtSearch.Engine Namespace