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 Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method Initialize Obsolete. Only for COM interoperability. See NetricsSearchCfg.
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 setLockKey Set the lock key for this search.
Public method setNetricsQuery Set the NetricsQuery to be performed.
Public method SetSearchPredicate Overloaded. Set the search predicate for a given search.
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method NetricsSearchCfg Overloaded.  
Top

See Also