Properties
-
boolproperty
Relative path to property, for example,myFeatureEnabled
orjcr:content/myFeatureEnabled
. -
value
Value to check property for, "true
" or "false
".
contentfragment
Restricts the result to content fragments.
Does not support filtering.
Does not support facet extraction.
Properties
- contentfragment
It can be used with any value to check for content fragments.
dateComparison
Compares two JCR DATE properties with each other. You can test if they are equal, unequal, greater than or greater-than-or-equal.
This is a filtering-only predicate and cannot use a search index.
Properties
-
property1
Path to first date property.
-
property2
Path to second date property.
-
operation
"
equals
" for exact match, "!=
" for unequality comparison, "greater
" for property1 greater than property2, ">=
" for property1 greater than or equal to property2. The default value is "equals
".
daterange
Matches JCR DATE properties against a date/time interval. This uses the ISO8601
format for dates and times ( YYYY-MM-DDTHH:mm:ss.SSSZ
) and allows also partial representations, like YYYY-MM-DD
. Alternatively, the timestamp can be provided as the number of milliseconds since 1970 in the UTC timezone, the UNIX® time format.
You can look for anything between two timestamps, anything newer or older than a given date, and also chose between inclusive and open intervals.
Supports facet extraction. Provides buckets “today”, “this week”, “this month”, “last 3 months”, “this year”, “last year” and “earlier than last year”.
Does not support filtering.
Properties
-
property
Relative path to a
DATE
property, for example,jcr:lastModified
. -
lowerBound
Lower date bound to check property for, for example,
2014-10-01
. -
lowerOperation
"
>
" (newer) or ">=
" (at or newer), applies to thelowerBound
. The default is ">
". -
upperBound
Upper bound to check property for, for example,
2014-10-01T12:15:00
. -
upperOperation
"
<
" (older) or "<=
" (at or older), applies to theupperBound
. The default is "<
". -
timeZone
ID of timezone to use when it is not given as an ISO-8601 date string. The default is the default timezone of the system.
excludepaths
Excludes nodes from the result where their path matches a regular expression.
This is a filtering-only predicate and cannot use a search index.
Does not support facet extraction.
Properties
-
excludepaths
Regular expression matched against result paths, excluding matching ones from the result.
fulltext
Searches for terms in the fulltext index.
Does not support filtering.
Does not support facet extraction.
Properties
-
fulltext
The fulltext search terms.
-
relPath
The relative path to search in the property or subnode. This property is optional.