|
Oracle Ultra Search Java API Reference 9.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.ultrasearch.query.Or
Combine two or more queries using logical OR.
Or is the logical complement of And.
And| Constructor Summary | |
Or(Query[] terms)Combine several queries using the OR operator | |
Or(Query qry1, Query qry2)Combine two queries using the OR operator | |
| Method Summary | |
java.lang.String |
compile()compile into a query string. |
java.lang.String |
compileForCount()compile into a query string for counting hits. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Or(Query qry1, Query qry2)
qry1 - a query, null allowedqry2 - another query, null allowedpublic Or(Query[] terms)
terms - an array of query objects, not null| Method Detail |
public java.lang.String compile()
public java.lang.String compileForCount()
|
Oracle Ultra Search Java API Reference 9.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||