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

Contents

Overview

Positional information for one search clause that was generated from a term in a source term list. Refer to expertiseSearchClause for more information.

Members

Name Type Required Description

clause

expertiseSearchClause

The search clause generated from this position in the text

termIndex

int

0-based index into the term List

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:expertiseClauseTermPosition xsi:type="obh:expertiseClauseTermPosition" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:clause>your_expertiseSearchClause_0</obh:clause>
        <obh:termIndex>your_int_0</obh:termIndex>
</obh:expertiseClauseTermPosition>

JSON Example

(show inherited members)

{
    "beeType":"expertiseClauseTermPosition",
        "clause":{ your_{http://www.oracle.com/beehive}clause_as_expertiseSearchClause0 },
        "termIndex":your_{http://www.oracle.com/beehive}termIndex_as_int0
}

XML Schema


<xs:complexType name="expertiseClauseTermPosition">
    <xs:sequence>
        <xs:element minOccurs="0" name="clause" type="tns:expertiseSearchClause"/>
        <xs:element name="termIndex" type="xs:int"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to expertiseClauseTermPosition

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions