Uses of Class
lumis.portal.bigdata.query.SearchFieldClause
-
Packages that use SearchFieldClause Package Description lumis.portal.bigdata.query Interfaces and classes used for performing a query inIBigDataRepository
(more specifically in anIBigDataSearcher
).lumis.service.smartcontent -
-
Uses of SearchFieldClause in lumis.portal.bigdata.query
Methods in lumis.portal.bigdata.query that return SearchFieldClause Modifier and Type Method Description SearchFieldClause
SearchFieldClause. setOperator(SearchFieldClause.Operator operator)
Sets the operator for this clause.SearchFieldClause
SearchFieldClause. setValues(Object... values)
Sets the values this clause searches for.SearchFieldClause
SearchFieldClause. setValues(Collection<?> values)
Sets the values this clause searches for. -
Uses of SearchFieldClause in lumis.service.smartcontent
Methods in lumis.service.smartcontent that return SearchFieldClause Modifier and Type Method Description static SearchFieldClause
SmartContentUtil. getStartTimeFrameFieldClause(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
Returns the field clause that filters by the start of the time frame.
-