Uses of Class
com.yahoo.search.grouping.request.FilterExpression
Packages that use FilterExpression
-
Uses of FilterExpression in com.yahoo.search.grouping.request
Subclasses of FilterExpression in com.yahoo.search.grouping.requestModifier and TypeClassDescriptionclassRepresents a logical conjunction (AND) of filter expressions used to match grouping elements.classRepresents a logical negation (NOT) of a filter expression used to exclude grouping elements.classRepresents a logical disjunction (OR) of filter expressions used to match grouping elements.classRepresents a filter expression that matches a value from the evaluated expression within a range.classRepresents a filter expression that matches a value from the evaluated expression against a regex.Methods in com.yahoo.search.grouping.request that return FilterExpressionModifier and TypeMethodDescriptionAndPredicate.copy()abstract FilterExpressionFilterExpression.copy()Returns a deep copy of thisNotPredicate.copy()OrPredicate.copy()RangePredicate.copy()RegexPredicate.copy()NotPredicate.getExpression()GroupingOperation.getFilterBy()Returns theFilterExpressionassigned as the filter-by clause of this operation.Methods in com.yahoo.search.grouping.request that return types with arguments of type FilterExpressionMethods in com.yahoo.search.grouping.request with parameters of type FilterExpressionModifier and TypeMethodDescriptionGroupingOperation.setFilterBy(FilterExpression exp) Assigns anFilterExpressionas the filter-by clause of this operation.Constructors in com.yahoo.search.grouping.request with parameters of type FilterExpressionModifierConstructorDescriptionprotectedGroupingOperation(GroupingOperation parentOfCopy, String image, String label, List<GroupingExpression> orderBy, List<GroupingExpression> outputs, List<GroupingOperation> children, Map<String, GroupingExpression> aliases, Set<String> hints, GroupingExpression groupBy, FilterExpression filterBy, String where, boolean forceSinglePass, double accuracy, int precision, int level, int max) NotPredicate(FilterExpression expression) Constructor parameters in com.yahoo.search.grouping.request with type arguments of type FilterExpressionModifierConstructorDescriptionAndPredicate(List<FilterExpression> args) OrPredicate(List<FilterExpression> args) -
Uses of FilterExpression in com.yahoo.search.grouping.request.parser
Methods in com.yahoo.search.grouping.request.parser that return FilterExpressionModifier and TypeMethodDescriptionfinal FilterExpressionGroupingParser.andPredicate(GroupingOperation grp) final FilterExpressionGroupingParser.filterExp(GroupingOperation grp) final FilterExpressionGroupingParser.filterPrimary(GroupingOperation grp) final FilterExpressionGroupingParser.notPredicate(GroupingOperation grp) final FilterExpressionGroupingParser.orPredicate(GroupingOperation grp)