|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.query.Element
com.sun.labs.minion.query.Operator
com.sun.labs.minion.query.Not
public class Not
A boolean not operator. Note that boolean not is a unary operator.
| Field Summary |
|---|
| Fields inherited from class com.sun.labs.minion.query.Operator |
|---|
elements |
| Fields inherited from class com.sun.labs.minion.query.Element |
|---|
fields, strict |
| Constructor Summary | |
|---|---|
Not()
Creates an empty boolean negation. |
|
Not(Element element)
Creates a boolean negation of the given element. |
|
| Method Summary | |
|---|---|
QueryElement |
getQueryElement()
Transduces this query element into a "real" query element, one that can be evaluated by the search engine. |
| Methods inherited from class com.sun.labs.minion.query.Operator |
|---|
add, getOperands, iterator |
| Methods inherited from class com.sun.labs.minion.query.Element |
|---|
addField, getFields, getStrict, setFields, setStrict |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Not()
public Not(Element element)
A boolean negation is strictly evaluated: a document is either in the result set or it is not. Documents in the result set for this operator will not have scores associated with them.
element - | Method Detail |
|---|
public QueryElement getQueryElement()
Element
getQueryElement in class Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||