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

Contents

Overview

The type of text supplied in type ExpertiseTextProcessingSpec

Refer to type expertiseTextProcessingSpec

Enumeration Members

Name Description

UNDEFINED

Constant indicating the the search type is to be determined by the system when the API request comes in. It the search type is not UNDEFINED, it must match the requested search type or the search request will be requested.

PHRASE

Constant indicating that some search text can be interpreted as a multi-word phrase, or a list of multi-word phrases.

BOOLEXPR

Constant indicating that some search text can be interpreted as a boolean expression

DOCUMENT

Constant indicating that some search text can be interpreted as a natural language document

WORDEXPR

Constant indicating that the search text can be interpreted as a word expression.

XML Schema


<xs:simpleType name="expertiseTextProcessingSearchType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="UNDEFINED"/>
        <xs:enumeration value="PHRASE"/>
        <xs:enumeration value="BOOLEXPR"/>
        <xs:enumeration value="DOCUMENT"/>
        <xs:enumeration value="WORDEXPR"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to expertiseTextProcessingSearchType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions