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

Contents

Overview

Details of the sibling whether they be associated words or unconsumed siblings

Members

Name Type Required Description

afterKeyword

boolean

Whether on average the sibling was after the keyword in terms.

averageCohesiveness

float

The average cohesiveness of the sibling relative to the keyword. The average cohesivness is the average distance (number of words) between the sibling and the keyword.

Hierarchy

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:expertiseSiblingDetails xsi:type="obh:expertiseSiblingDetails" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:afterKeyword>your_boolean_0</obh:afterKeyword>
        <obh:averageCohesiveness>your_float_0</obh:averageCohesiveness>
</obh:expertiseSiblingDetails>

JSON Example

(show inherited members)

{
    "beeType":"expertiseSiblingDetails",
        "afterKeyword":your_{http://www.oracle.com/beehive}afterKeyword_as_boolean0,
        "averageCohesiveness":your_{http://www.oracle.com/beehive}averageCohesiveness_as_float0
}

XML Schema


<xs:complexType name="expertiseSiblingDetails">
    <xs:sequence>
        <xs:element name="afterKeyword" type="xs:boolean"/>
        <xs:element name="averageCohesiveness" type="xs:float"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to expertiseSiblingDetails

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations