Uses of Class
lumis.portal.bigdata.query.FieldPresenceClause.Operator
-
Packages that use FieldPresenceClause.Operator Package Description lumis.portal.bigdata.query Interfaces and classes used for performing a query inIBigDataRepository
(more specifically in anIBigDataSearcher
). -
-
Uses of FieldPresenceClause.Operator in lumis.portal.bigdata.query
Methods in lumis.portal.bigdata.query that return FieldPresenceClause.Operator Modifier and Type Method Description FieldPresenceClause.Operator
FieldPresenceClause. getOperator()
Returns the operator of this clause.static FieldPresenceClause.Operator
FieldPresenceClause.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static FieldPresenceClause.Operator[]
FieldPresenceClause.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.bigdata.query with parameters of type FieldPresenceClause.Operator Modifier and Type Method Description FieldPresenceClause
FieldPresenceClause. setOperator(FieldPresenceClause.Operator operator)
Sets the operator.
-