This class extends NetricsMappedRecord adding information relevant to a search result (match score, etc.).


The following tables list the members exposed by NetricsSearchResult.

Public Methods

  Name Description
Public method Equals   (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 NetricsBaseRecord)
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 getDirtyState Get the dirty state for this record.
Public method getField Overloaded. Returns the contents of a field in the record. (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 NetricsBaseRecord)
Public method getFieldTypes Returns an array of integers which are the types of the fields for the source table of the record. (inherited from NetricsMappedRecord)
Public method GetHashCode   (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 Get the key of a record. (inherited from NetricsBaseRecord)
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 getNamedQltConfidence Get the confidence measure of the named querylet.
Public method getNamedQltConfidenceArray Get the list of named querylet confidence measures, null if none.
Public method getNamedQlts Get the list of named querlets, null if none.
Public method getNamedQltScore Get the match score of the named querylet.
Public method getNamedQltScoresArray Get this list of named querylet scores, null if none.
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 getParentKey Retrieve the parent key of a record. (inherited from NetricsBaseRecord)
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 getRlConfidence Get the Learn Model (RLINK) confidence measure.
Public method getRlFeatureScores A score from 0 to 1.0 for each feature processed by the ibi™ Patterns - Search Learn Model.
Public method getRlScore Obsolete. Returns the Learn model score for this record (from 0 to 1.0).
Public method getRlSignificances Get the Learn Model (RLINK) significance values.
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   (inherited from Object)
Public method numBytes Return the number of bytes of data in this record. (inherited from NetricsBaseRecord)
Public method ToString   (inherited from NetricsBaseRecord)
Top

Protected Methods

  Name Description
Family method Finalize   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

See Also