|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.retrieval.QueryElement
com.sun.labs.minion.retrieval.Operator
com.sun.labs.minion.retrieval.Or
public class Or
| Field Summary | |
|---|---|
protected static java.lang.String |
logTag
|
| Fields inherited from class com.sun.labs.minion.retrieval.Operator |
|---|
operands |
| Fields inherited from class com.sun.labs.minion.retrieval.QueryElement |
|---|
estSize, fieldMultipliers, inOrder, keepPositions, order, part, qc, qs, searchFieldNames, searchFields, strictEval, wc, wf |
| Constructor Summary | |
|---|---|
Or(java.util.List operands)
Constructs an AND operator that takes a list of operands. |
|
| Method Summary | |
|---|---|
protected int |
calculateEstimatedSize()
Estimates the size of the results set. |
ArrayGroup |
eval(ArrayGroup ag)
Evaluates this operator, returning the results. |
| Methods inherited from class com.sun.labs.minion.retrieval.Operator |
|---|
addSearchFieldName, getOperands, getQueryTerms, setOperands, setPartition, setQueryConfig, setWeightingComponents, setWeightingFunction, toString, toString, toStringMod |
| Methods inherited from class com.sun.labs.minion.retrieval.QueryElement |
|---|
compareTo, dump, estimateSize, getInOrder, getOrder, getQueryStats, getQueryTerms, getSearchFieldNames, setInOrder, setOrder, setQueryStats, setSearchFields |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static java.lang.String logTag
| Constructor Detail |
|---|
public Or(java.util.List operands)
| Method Detail |
|---|
protected int calculateEstimatedSize()
calculateEstimatedSize in class QueryElementpublic ArrayGroup eval(ArrayGroup ag)
eval in class QueryElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||