See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
SearchResults::AddDoc Method

Add a document to SearchResults.

C#
public AddDoc(ref String indexPath, long docId, ref array<int> hits);
Visual Basic
Public Sub AddDoc(ByRef indexPath As String, docId As long, ByRef hits As array<int>)
Parameters
Parameters 
Description 
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. 
See Also
You are here: dtSearch::Engine Namespace > SearchResults Class > SearchResults Methods > AddDoc Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.