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 | |
|---|---|---|
|
NetricsQuery | Initializes a new instance of the |
Public Fields
| Name | Description | |
|---|---|---|
|
CS_DATE | Set to use a date scoring function |
|
CS_NONE | Set to not use a custom scoring function. |
Protected Fields
| Name | Description | |
|---|---|---|
|
CS_ALWAYS | |
|
CS_APPLICABLE |
Public Methods
| Name | Description | |
|---|---|---|
|
And | Overloaded. Create an AND Query Expression Node |
|
Attributes | Create a Variable Attributes Query node. |
|
Cognate | Overloaded. Create a Cognate Query Expression Node |
|
Custom | Create a Custom Query node. |
|
Equals | (inherited from Object) |
|
FirstValid | Create a First Valid query expression node. |
|
GetHashCode | (inherited from Object) |
|
getReference | Obtain a reference to a named querylet. |
|
GetType | (inherited from Object) |
|
MatchCase | Create a Matchcase query expression node. |
|
noConfidence | Turn off the reporting of confidence measures and significance values. |
|
Not | Create a NOT Query Expression Node |
|
Or | Create an OR Query Expression Node |
|
Predicate | Overloaded. Create an Predicate Query Expression Node |
|
Reference | Create a reference to a named querylet. |
|
Rlink | Overloaded. Create an RLINK Query Expression Node |
|
RlinkWithAlt | Create an Rlink query with an alternate query. |
|
scoreType | Overloaded. This specifies the type of score to be used for ordering records. |
|
setEmptyScore | Sets the score a comparison gets when empty data is encountered. |
|
setGroup | Assign a group to this querylet. |
|
setInvalidScore | Sets the score a comparison gets when an error occurs. |
|
setMatchEmpty | Sets the flag to match empty values. |
|
setName | Assign a name to this querylet. |
|
setXparm | Overloaded. Use this method only on the advice of your TIBCO representative. |
|
Simple | Create a Simple Query Expression Node |
|
ToString | (inherited from Object) |
|
useCharmap | Assign a character map for this query. |
|
useEphemeralThesaurus | Assign an ephemeral thesaurus to be used by this NetricsQuery. |
|
useFeatureConfidence | Use the feature based confidence measure. |
|
useRlinkThreshold | Set an RLink query to use the Model cutoff Threshold. |
|
useThesaurus | Assign a thesaurus to be used by the NetricsQuery object. The thesaurus and the query fields should use the same character map. |
|
Wgtbyfield | Create a weighted field query expression node. |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |