![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Description |
|---|---|
ALLOW_OVERLAP |
Set to allow a term to be included in more than one topic. |
FAVOR_DISTINCT |
Set to allow a term to be included in more than one topic,
but only if the maximum number of unique terms cannot be found for a topic.
The maximum number of terms per topic is set using |
ONLY_DISTINCT |
Set to prevent a term from being included in more than one topic. Topics will be restricted to including unique terms only. |
<xs:simpleType name="expertiseTopicClausesDistinctTerms">
<xs:restriction base="xs:string">
<xs:enumeration value="ALLOW_OVERLAP"/>
<xs:enumeration value="FAVOR_DISTINCT"/>
<xs:enumeration value="ONLY_DISTINCT"/>
</xs:restriction>
</xs:simpleType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices