This class inherits from a NetricsMappedRecord and contains additional information relevant to a search result (match score, etc.).


The following tables list the members exposed by NetricsSearchResult.

Public Methods

  Name Description
Public method compare For internal use only. (inherited from NetricsRecord)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method getAttribute Overloaded. Gets the specified attribute value of the record. (inherited from NetricsMappedRecord)
Public method getAttrNames Overloaded. Returns the names of name/value attributes of the record. (inherited from NetricsMappedRecord)
Public method getAttrValues Returns the values of name/value attributes of the record. (inherited from NetricsRecord)
Public method getCharMatchStrengths Overloaded. Returns the match strength information for a field in the record.
Public method getDblCharMatchStrengths Overloaded. Returns the precomputed visualization strengths for this field.
Public method getField Overloaded. Returns the contents of a field in the record. (inherited from NetricsMappedRecord)
Public method getFieldByName Only for COM interoperability. (inherited from NetricsMappedRecord)
Public method getFieldNames Returns an array of Strings which are the names of the fields for the source table of the record. (inherited from NetricsMappedRecord)
Public method getFields Can be used to get the content of a record. (inherited from NetricsRecord)
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 getHtml Overloaded. Gets an HTML visualized field from the record.
Public method getITMatchScore A score from 0 to 1.0 indicating the information theoretic score for this record.
Public method getITMatchScoreQlt The per-querylet IT match scores.
Public method getKey Can be used to get the record key of a record. (inherited from NetricsRecord)
Public method getMatchRank The ordinal ranking of this record.
Public method getMatchScore Get the overall match score for this record.
Public method getMatchScoreQlt An array of match scores, one per querylet supplied for the source table.
Public method getMatchType Whether the match is phonetic or typographic.
Public method getMaxMatchScore A score from 0 to 1.0 indicating the maximum of the normal and reverse match strengths for this record.
Public method getMinMatchScore A score from 0 to 1.0 indicating the minimum of the normal and reverse match strengths for this record.
Public method getNormMatchScore A score from 0 to 1.0 indicating the normal match strength for this record.
Public method getNormMatchScoreQlt The per-querylet normal match scores.
Public method getRevMatchScore A score from 0 to 1.0 indicating the reverse match strength for this record.
Public method getRevMatchScoreQlt The per-querylet reverse match scores.
Public method getRlFeatureScores A score from 0 to 1.0 for each feature processed by the Netrics decision engine.
Public method getRlScore A score from 0 to 1.0 indicating the decision engine strength for this record.
Public method getSrcDbInfo  
Public method getSrcDbName  
Public method getSrcTblInfo The table info field for the table from which the record came.
Public method getSrcTblName The name of the table from which the record came - is useful only for multi-table searches.
Public method getSymMatchScore A score from 0 to 1.0 indicating the symmetric match strength for this record.
Public method getSymMatchScoreQlt The per-querylet symmetric match scores.
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method Initialize Only for COM interoperability. See NetricsRecord. (inherited from NetricsRecord)
Public method numBytes Return the number of bytes of data in this record. (inherited from NetricsRecord)
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

See Also