Package com.day.cq.search
Defines package version.
-
Interface Summary Interface Description Query AQuery
represents a JCR repository query that can be created programmatically, with a list of so-calledPredicates
.QueryBuilder QueryBuilder
is a service for buildingQueries
searching the Java Content Repository and which are easily extensible.SimpleSearch Search
implements a simple fulltext search with some additions to the search logic and exposes the query result in a scripting friendly object structure.Trends Trends
gives access to search trend data.Trends.Query -
Class Summary Class Description Predicate APredicate
is a single constraint for aQuery
.PredicateConverter PredicateConverter provides mappings from the predicate/predicate group data structure to others, such as a simple key/value string map (eg.PredicateGroup APredicateGroup
is aPredicate
that represents a list ofPredicates
(following the composite pattern).