Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
DSearchJob::FieldWeights Data Member
DSearchJob Class | DSearchJob Class | dtSearch Namespace | Send Feedback

Specify a relevance weight for hits that occur in listed fields (example: Subject:10,HtmlTitle:20)

DStringProperty FieldWeights;
Remarks

FieldWeights is a list of field names, with a weight indicated after each field name, like this:

    Subject:10,HtmlTitle:20,Description:15

Hits that occur in one of these fields will count more heavily than other hits, according to the weight you specify. For more information, see "Relevance" in the "Overviews" section of the API documentation.

Class
Links
You are here: C++ Support Classes > dtSearch Namespace > Classes > DSearchJob Class > DSearchJob::FieldWeights Data Member
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.