NetricsQuery objects are used to implement the complex query structures introduced with release 4.1.


The following tables list the members exposed by NetricsQuery.

Public Constructors

  Name Description
Public method NetricsQuery Initializes a new instance of the NetricsQuery class.
Top

Public Fields

  Name Description
Public field Static CS_DATE Set to use a date scoring function
Public field Static CS_NONE Set to not use a custom scoring function.
Top

Protected Fields

  Name Description
Family field Static CS_ALWAYS  
Family field Static CS_APPLICABLE  
Top

Public Methods

  Name Description
Public method Static And Overloaded. Create an AND Query Expression Node
Public method Static Attributes Create a Variable Attributes Query node.
Public method Static Cognate Create a Cognate Query Expression Node
Public method Static Custom Create a Custom Query node.
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 Static Not Create a NOT Query Expression Node
Public method Static Or Create an OR Query Expression Node
Public method Static Predicate Overloaded. Create an Predicate Query Expression Node
Public method Static Rlink Create an RLINK Query Expression Node
Public method scoreType This specifies the type of score to be used for ordering records.
Public method setEmptyScore Sets the score a comparison gets when empty data is encountered.
Public method setInvalidScore Sets the score a comparison gets when an error occurs.
Public method setXparm Overloaded. Use this method only on the advice of your Netrics representative.
Public method Static Simple Create a Simple Query Expression Node
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method useEphemeralThesaurus Assign an ephemeral thesaurus to be used by this NetricsQuery.
Public method useThesaurus Assign a thesaurus to be used by the NetricsQuery object. The thesaurus and the query fields should use the same character map.
Public method Static Wgtbyfield Create a weighted field query expression node.
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

See Also