Enable detailed statistics for this search.


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

Syntax

Visual Basic (Declaration)
Public Sub setDetailedStats( _ 
   ByVal enabled As Boolean _ 
) _
    Implements INetricsSearchOpts.setDetailedStats
C#
public void setDetailedStats(
   bool enabled
)
C++
public:
 void setDetailedStats(
   bool enabled
) sealed 
J#
public void setDetailedStats(
   bool enabled
)
JScript
public  function setDetailedStats(
   enabled : bool
)

Implements

INetricsSearchOpts.setDetailedStats

Remarks

Detailed statistics will return information which can be used by your Netrics representative, but should be off by default as it will decrease search performance.

See Also