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 Overloaded. Create a Cognate Query Expression Node
Public method Static Custom Create a Custom Query node.
Public method Equals   (inherited from Object)
Public method Static FirstValid Create a First Valid query expression node.
Public method GetHashCode   (inherited from Object)
Public method getReference Obtain a reference to a named querylet.
Public method GetType   (inherited from Object)
Public method Static MatchCase Create a Matchcase query expression node.
Public method noConfidence Turn off the reporting of confidence measures and significance values.
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 Reference Create a reference to a named querylet.
Public method Static Rlink Overloaded. Create an RLINK Query Expression Node
Public method Static RlinkWithAlt Create an Rlink query with an alternate query.
Public method scoreType Overloaded. 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 setGroup Assign a group to this querylet.
Public method setInvalidScore Sets the score a comparison gets when an error occurs.
Public method setMatchEmpty Sets the flag to match empty values.
Public method setName Assign a name to this querylet.
Public method setXparm Overloaded. Use this method only on the advice of your support representative.
Public method Static Simple Create a Simple Query Expression Node
Public method ToString   (inherited from Object)
Public method useCharmap Assign a character map for this query.
Public method useEphemeralThesaurus Assign an ephemeral thesaurus to be used by this NetricsQuery.
Public method useFeatureConfidence Use the feature based confidence measure.
Public method useRlinkThreshold Set an RLink query to use the Model cutoff Threshold.
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   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

See Also