![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Refer to type expertiseSearchClause for more information
Name | Type | Required | Description |
---|---|---|---|
clause |
![]() |
Reference to the matched ExpertiseSearchClause. | |
matchedTerms |
![]() |
Set of Terms from the clause's expression. These are the terms matched by this profile. | |
matchedWords |
string[] |
![]() |
Set of keywords from the clause's expression. These are the keywords matched by this profile. |
numMatchedTerms |
![]() |
Number of terms matching the clause and owned by this profile | |
strength |
![]() |
Strength of the match, in range 0 to 100. |
<xs:complexType name="expertiseClauseMatch"> <xs:sequence> <xs:element minOccurs="0" name="clause" type="tns:expertiseSearchClause"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="matchedTerms" nillable="true" type="tns:expertiseTerm"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="matchedWords" nillable="true" type="xs:string"/> <xs:element name="numMatchedTerms" type="xs:int"/> <xs:element name="strength" type="xs:int"/> </xs:sequence> </xs:complexType>
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices