Package com.day.cq.search.eval
@Version("1.6.1")
package com.day.cq.search.eval
Defines package version.
-
ClassDescription
AbstractPredicateEvaluatoris a base implementation for predicate evaluators.Finds items that are member of a specific sling resource collection.Matches JCR DATE properties against a date/time interval.EvaluationContextis a helper class that provides access to various elements required forPredicateEvaluatorsduring the query evaluation process.Searches for terms in the fulltext index.Matches on JCR BOOLEAN properties.Matches on JCR properties and their values.Matches on JCR node names.Searches within a given path.Restricts the result to items where the current session has the specified JCR privileges.APredicateEvaluatorhandles the evaluation of certainPredicates, which are the defining constraints of aQuery.Allows to build nested conditions.Matches a JCR property against an interval.Matches JCR DATE properties against a date/time interval using time offsets relative to the current server time.Includes all predicates of a persisted querybuilder query into the current query as a subPredicateGroupEvaluator.Similarity search using JCR XPath'srep:similar().Restricts results to a specific JCR node type, both primary node type or mixin type.Utility class for XPath related methods and constants.