Sets the flag to match empty values.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub setMatchEmpty( _ 
   ByVal value As Boolean _ 
)
C#
public void setMatchEmpty(
   bool value
)
C++
public:
 void setMatchEmpty(
   bool value
) sealed 
J#
public void setMatchEmpty(
   bool value
)
JScript
public  function setMatchEmpty(
   value : bool
)

Remarks

If this is set to true, an empty value in the query will match an empty field value, resulting in 1.0 score. If this is false (default), matching such values will result in an empty score. The flag applies to Simple, Cognate, Date and Attribute queries. It does not apply to Predicate queries.

See Also