Mark this querylet as to be ignored by the prefilter index.


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

Syntax

Visual Basic (Declaration)
Public Function doNotPreindex() As ConfidenceQlt
C#
public ConfidenceQlt doNotPreindex()
C++
public:
 ConfidenceQlt doNotPreindex() sealed 
J#
public ConfidenceQlt doNotPreindex()
JScript
public  function doNotPreindex() : ConfidenceQlt

Return Value

this object.

Remarks

If this method is called this querylet will be ignored in the prefilter selection phase of matching. This can both improve response times and accuracy if this querylet contains information that is completely redundant with other querylets.

See Also