Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


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
 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.
 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.
 void Request.setHiliteAttributes(StringAttribute[] newHiliteAttributes)
          set the list of string attributes to highlight

 

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

 


Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


Copyright © 2002,2007, Oracle. All Rights Reserved.