Change the values in a search results item
void setDocInfo(long iItem, const dtsSearchResultsItem& item);
|
Parameters |
Description |
|
long iItem |
The item to change (a zero-based index into the search results list) |
|
const dtsSearchResultsItem& item |
The values to assign to this item |
setDocInfo can be used to change values a search results list. For example, it can be used to assign a different score to each item. Call getDocInfo first to get the data associated with the item.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|