This class is used with the search methods of the NetricsServerInterface class to configure a query.


The following tables list the members exposed by NetricsSearchCfg.

Public Constructors

  Name Description
Static Public method NetricsSearchCfg Overloaded.  
Top

Public Methods

  Name Description
Public method addQuery Overloaded. Add a query to the searchCfg object.
Public method Static CreateBoolOperand Create a predicate of type bool.
Public method Static CreateDoubleOperand Create a predicate of type double.
Public method Static CreateFieldNameOperand Create a predicate out of a field name.
Public method Static CreateGeoDistance Overloaded. Create a predicate to return the distance between two points.
Public method Static CreateIfElseIf Create an if-then-elif-then*-else clause.
Public method Static CreateIntOperand Create a predicate of type int.
Public method Static CreatePredFunctionCall Generic method for creating predicate function calls.
Public method Static CreatePredicate Create a predicate by combining two predicates that were previously created.
Public method Static CreateSimpleIf Create a simple if-then-else clause.
Public method Static CreateStringOperand Create a predicate of type String.
Public method Static CreateToScore Overloaded. Create a call to normalize a value into a zero to one score.
Public method Static CreateUnaryPredicate Create a predicate by combining a single predicate and an operation to be performed on the predicate.
Public method Equals   (inherited from Object)
Public method GetHashCode   (inherited from Object)
Public method GetType   (inherited from Object)
Public method makeDependentQuerylets Obsolete. It is recomended that you call this function if the same field is used in two or more querylets.
Public method setNetricsQuery Set the NetricsQuery to be performed.
Public method SetSearchPredicate Overloaded. Set the search predicate for a given search.
Public method ToString   (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method NetricsSearchCfg Overloaded.  
Top

See Also