|
||||||||||
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.UnaryOperator
com.sun.labs.minion.retrieval.Sequence
public class Sequence
Field Summary |
---|
Fields inherited from class com.sun.labs.minion.retrieval.Operator |
---|
log, logTag, operands |
Fields inherited from class com.sun.labs.minion.retrieval.QueryElement |
---|
estSize, fieldMultipliers, inOrder, keepPositions, order, part, qc, searchFieldNames, searchFields, strictEval, wc, wf |
Constructor Summary | |
---|---|
Sequence(QueryElement operand)
|
Method Summary | |
---|---|
ArrayGroup |
eval(ArrayGroup ag)
Evaluates this operator, returning the results. |
Methods inherited from class com.sun.labs.minion.retrieval.UnaryOperator |
---|
calculateEstimatedSize |
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, getQueryTerms, getSearchFieldNames, setInOrder, setOrder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Sequence(QueryElement operand)
Method Detail |
---|
public ArrayGroup eval(ArrayGroup ag)
eval
in class QueryElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |