See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
Options::WeightChar Property

Character used to indicate term weighting (example: apple:5)

C#
public String WeightChar;
Visual Basic
Public Property WeightChar() As String
Remarks

The prefix used to add field name in front of a word in an xfilter expression is a doubling of the WeightChar (default "::"). For example, if you change the WeightChar to !, then an xfilter expression with a field would look like this:

xfilter(word "FieldName!!Something")
See Also
You are here: dtSearch::Engine Namespace > Options Class > Options Properties > WeightChar Property
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.