Oracle Ultra Search Java API Reference
Release 10g (10.1)

B12028-02

Uses of Class
oracle.ultrasearch.query.StringAttribute

Packages that use StringAttribute
oracle.ultrasearch.query This package contains all classes that are part of the new Oracle Ultra Search Query API and the Email API for the Oracle 9iAS release. 

 

Uses of StringAttribute in oracle.ultrasearch.query

 

Methods in oracle.ultrasearch.query that return StringAttribute
 StringAttribute[] Request.getHiliteAttributes()
          get the list of string attributes to highlight
 StringAttribute InstanceMetaData.getStringAttribute(java.lang.String name)
          Get a string attribute from Ultra Search using an attribute name (not display name).

 

Methods in oracle.ultrasearch.query with parameters of type StringAttribute
 void Request.setHiliteAttributes(StringAttribute[] newHiliteAttributes)
          set the list of string attributes to highlight
 java.lang.String Document.getHiliteAttribute(StringAttribute att)
          return the highlighted attribute value for a string attribute.
 java.util.Collection Document.getHiliteAttributeValues(StringAttribute att)
          return the highlighted attribute values for a string attribute.
 java.lang.String Contains.expand(StringAttribute att, java.lang.String str, InstanceMetaData instmd, boolean boost)
          Translate an user's attribute contains query string into a text query The default translator uses + and -, see Ultra Search sample query documentation.

 

Constructors in oracle.ultrasearch.query with parameters of type StringAttribute
Equals(StringAttribute att, java.lang.String s)
          Construct a Equals query on a StringAttribute.
CtxContains(java.lang.String textQuery, StringAttribute att)
          Construct a query object on a StringAttribute using a Oracle Text query string.
Contains(StringAttribute att, java.lang.String val, InstanceMetaData instmd)
          Construct a contains query on a string attribute.
AnyOf(StringAttribute att, java.lang.String[] vals)
          Construct an AnyOf query on a StringAttribute
AllOf(StringAttribute att, java.lang.String[] vals)
          Construct an AllOf query on a StringAttribute

 


Oracle Ultra Search Java API Reference
Release 10g (10.1)

B12028-02

Copyright © 2004 Oracle Corporation. All Rights Reserved.