Package com.day.cq.search
Defines package version.
-
Interface Summary Interface Description Query AQueryrepresents a JCR repository query that can be created programmatically, with a list of so-calledPredicates.QueryBuilder QueryBuilderis a service for buildingQueriessearching the Java Content Repository and which are easily extensible.SimpleSearch Searchimplements a simple fulltext search with some additions to the search logic and exposes the query result in a scripting friendly object structure.Trends Trendsgives access to search trend data.Trends.Query -
Class Summary Class Description Predicate APredicateis 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 APredicateGroupis aPredicatethat represents a list ofPredicates(following the composite pattern).