Overview

A container for the parameters needed when building topics using buildTopics in ExpertiseSearchControl

Members

Name Type Required Description

buildProperties

expertiseTopicsBuildProperties

The properties that can be used to change the behavior of how the topics are built.

topicClauses

expertiseTopicClauses

The topic clauses that determine what to build topics around.

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:searchTopicsBuilder xsi:type="obh:searchTopicsBuilder" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <buildProperties>your_expertiseTopicsBuildProperties_0</buildProperties>
        <topicClauses>your_expertiseTopicClauses_0</topicClauses>
</obh:searchTopicsBuilder>

Referenced By Representaions

Not Referenced Directly by Representations