|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Query | |
| 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 Query in oracle.ultrasearch.query |
| Classes in oracle.ultrasearch.query that implement Query | |
class |
AllOfFind documents with an attribute that has all of the values in a set. |
class |
AndCombine two or more queries using logical AND. |
class |
AnyOfFind documents with an attribute that has at least one of a set of values. |
class |
BetweenFind documents that has an attribute value within a range. |
class |
ContainsFind documents that contains some text within its content, or its string attributes. |
class |
CtxContainsConstruct a Query object based on any Oracle Text query string. |
class |
EqualsFind documents with an attribute that equals a value. |
class |
FromFind documents within a group or a set of groups. |
class |
GreaterThanClass GreaterThan narrows the attribute to bigger values. |
class |
LessThanClass LessThan narrows the attribute to smaller values. |
class |
OrCombine two or more queries using logical OR. |
class |
QueryTemplateFind documents that contains some text within its content, QueryTemplate does not apply to Date or Number attribute. |
| Methods in oracle.ultrasearch.query that return Query | |
Query |
Request.getQuery()get the query clause of request |
Query |
Request.getFilter()get the filtering condition on the result. |
| Methods in oracle.ultrasearch.query with parameters of type Query | |
void |
DisplayUtil.displayCachedDocument(int doc_id, Query query, java.lang.String startTag, java.lang.String endTag, java.lang.String prevTag, java.lang.String nextTag, java.io.Writer out)Display the cached document with highlighting. |
void |
Request.setQuery(Query newQuery)set the query clause of the request |
void |
Request.setFilter(Query newFilter)set the filtering condition on the result. |
int |
Instance.estimateHitCount(Query query, java.util.Locale qryLang, java.util.Locale docLang)Estimate the total number of hits for a query. |
Result |
Instance.getResult(Query query, java.util.Locale qryLang, int startPointer, int docsRequested, java.util.Locale docLanguage, Attribute[] atts, java.lang.String terms, boolean withCount)Deprecated. |
Result |
Instance.getResult(Query query, java.util.Locale qryLang, int startPointer, int docsRequested, java.util.Locale docLanguage, Attribute[] atts, java.lang.String terms, boolean withCount, boolean removeDuplicates)Deprecated. |
| Constructors in oracle.ultrasearch.query with parameters of type Query | |
QueryTemplate(java.lang.String val, Query advancedCondition, InstanceMetaData instmd)Constructs a QueryTemplate instance, each query sequence in the QueryTempate will a a logic AND of query string and the advancedCondition, the advancedCondition cannot be a QueryTemplate. |
|
QueryTemplate(Query[] query)Constructs a QueryTemplate instance, the sequence in Query array will be the sequence in query relaxation, the argument cannot be a n array of QueryTemplate |
|
Or(Query qry1, Query qry2)Combine two queries using the OR operator |
|
Or(Query[] terms)Combine several queries using the OR operator |
|
And(Query qry1, Query qry2)Combine two queries using the AND operator |
|
And(Query[] terms)Combine several queries using the AND operator |
|
|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||