Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Enumeration Members

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 MaxTermsPerTopic .

ONLY_DISTINCT

Set to prevent a term from being included in more than one topic. Topics will be restricted to including unique terms only.

XML Schema


<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>

        

References

The following data represents the references to expertiseTopicClausesDistinctTerms

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions