![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Refer to expertiseSearchClause for more on how clauses are generated. Note that positional information indicating what part of the text each clause was generated from can be returned.
| Name | Type | Required | Description |
|---|---|---|---|
clauseSpec |
![]() |
Optionally specify parameters to control the algorithm by which SearchClauses are generated from one or more Terms. | |
getPositionalInfo |
![]() |
If true, positional information indicating where in the text each clause was generated from is returned. | |
matchLanguage |
![]() |
The language(s) bit-mask to limit the search to. Only terms in the specified
languages will be considered. Valid values are:
|
|
searchText |
![]() |
The search text string to generate clauses from. | |
textLanguage |
![]() |
The language(s) bit-mask to apply to the search text. Valid values are:
|
|
textSpec |
![]() |
Optionally specify parameters to control the algorithm by which Terms are extracted from the text supplied. |
<xs:complexType name="expertiseTextClauseGenParam">
<xs:sequence>
<xs:element minOccurs="0" name="clauseSpec" type="tns:expertiseClauseGenerationSpec"/>
<xs:element name="getPositionalInfo" type="xs:boolean"/>
<xs:element name="matchLanguage" type="xs:int"/>
<xs:element minOccurs="0" name="searchText" type="xs:string"/>
<xs:element name="textLanguage" type="xs:int"/>
<xs:element minOccurs="0" name="textSpec" type="tns:expertiseTextProcessingSpec"/>
</xs:sequence>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Request | Expertise Management | Get Search Clauses |

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices