Package com.day.cq.search.eval

Interface Summary
EvaluationContext EvaluationContext is a helper class that provides access to various elements required for PredicateEvaluators during the query evaluation process.
PredicateEvaluator A PredicateEvaluator handles the evaluation of certain Predicates, which are the defining constraint of a Query.
 

Class Summary
AbstractPredicateEvaluator AbstractPredicateEvaluator is a base implementation for predicate evaluators.
DateRangePredicateEvaluator DateRangePropertyPredicate is a generic evaluator for checking a jcr DATE property against an interval.
FulltextPredicateEvaluator FulltextPredicateEvaluator searches for a term in the fulltext index.
JcrPropertyPredicateEvaluator JcrPropertyPredicateEvaluator is a generic evaluator for matching a jcr property against a value.
NodenamePredicateEvaluator NodenamePredicateEvaluator filters the result set by matching on node names (not possible with xpath query with JCR 1.0).
PathPredicateEvaluator PathPredicateEvaluator restricts the result to a node path.
PredicateGroupEvaluator PredicateGroupEvaluator handles PredicateGroup predicates.
RangePropertyPredicateEvaluator RangePropertyPredicateEvaluator is a generic evaluator for checking a jcr property against an interval.
SimilarityPredicateEvaluator SimilarityPredicateEvaluator does a similarity search using rep:similar().
TypePredicateEvaluator TypePredicateEvaluator looks for the node type, ie.
 



Copyright © 2009 Day Management AG. All Rights Reserved.