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 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">
        <clause>your_expertiseSearchClause_0</clause>
        <termIndex>your_int_0</termIndex>
</obh:expertiseClauseTermPosition>

Referenced By Representaions