|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
void |
Request.setHiliteAttributes(StringAttribute[] newHiliteAttributes) set the list of string attributes to highlight |
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. |
|
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 |
|
Contains(StringAttribute att, java.lang.String val, InstanceMetaData instmd) Construct a contains query on a string attribute. |
|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |