Add a document to SearchResults.
public AddDoc(ref String indexPath, long docId, ref array<int> hits);
Public Sub AddDoc(ByRef indexPath As String, docId As long, ByRef hits As array<int>)
|
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. |
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|