Interface | Description |
---|---|
Query |
Represents a search predicate.
|
Class | Description |
---|---|
AbstractFieldQuery |
Represents a
Query testing the existence of a field. |
AbstractGroupsQuery |
Query testing groups. |
AbstractUsersQuery |
Query testing users. |
AndQuery |
Represents a search
Query corresponding to the logical "and" between several other queries. |
BooleanQuery |
Represents a
Query testing a boolean field. |
BoostedQuery |
Wraps another
Query , but giving to each matching document a boosted score (scores are multiplied). |
CommentQuery |
Represents a
Query testing if contents have comments. |
ConstantNilScoreQuery |
Wraps another
Query , but giving to each matching document a nil score (score with a value of 0). |
ContentAttachmentQuery |
Query testing the contentId of a resource (content attachment).
|
ContentLanguageQuery |
Represents a
Query testing the content language. |
ContentQuery |
Represents a
Query testing a content field. |
ContentTypeOrMixinTypeQuery |
Represents a
Query testing the content types or the mixins of contents. |
ContentTypeQuery |
Represents a
Query testing the content types of contents. |
CreationDateQuery |
Represents a
Query testing the creation date of a content. |
DateQuery |
Represents a
Query testing a date field. |
DateRangeQuery |
Represents a
Query testing a date range. |
DocumentTypeQuery |
A query on the document type.
|
DoubleQuery |
Represents a
Query testing a double field. |
DoubleRangeQuery |
Represents a
Query testing a double range. |
DublinCoreDateQuery |
Query on the Dublin Core date metadata.
|
DublinCoreQuery |
Query on a Dublin Core string metadata (all, except date).
|
EntryPositionQuery |
Represents a
Query testing the position of a repeater entry. |
FilenameQuery |
Represents a
Query testing the resource file name. |
FirstValidationDateQuery |
Represents a
Query testing the first validation date of a content. |
FullTextQuery |
A
Query realizing a full-text search on contents (search on all properties). |
HistoryStepQuery |
Query testing the existence of a particular step on the workflow history. |
JoinQuery |
Represents a
Query on a joined document. |
LastMajorValidationDateQuery |
Represents a
Query testing the last major validation date of a content. |
LastModifiedQuery |
Represents a
Query testing the last modification date of a content. |
LastValidationDateQuery |
Represents a
Query testing the last validation date of a content. |
LongQuery |
Represents a
Query testing a long field. |
LongRangeQuery |
Represents a
Query testing a long range. |
MatchAllQuery |
A query which does not restrict anything.
|
MatchNoneQuery |
A query which returns no document.
|
MaxScoreOrQuery |
Same as
OrQuery , but the score for each result will be the max score from the clauses (instead of the sum). |
MixinTypeQuery |
Represents a
Query testing the mixin types of contents. |
NotQuery | |
OrQuery |
Represents a search
Query corresponding to the logical "or" between several other queries. |
QueryHelper |
Class providing helper methods to Query implementations.
|
ResourceLocationQuery |
Represents a
Query testing the resource location. |
SolrNativeJoinQuery |
The use of this Query is discouraged.
|
StringQuery |
Represents a
Query testing a string field. |
SubContentQuery |
Represents a
Query testing if a content is a sub-content. |
TagQuery |
Represents a
Query testing if an object possesses one or more tags. |
UsersQuery |
Query testing users. |
WorkflowStepQuery |
Represents a
Query testing the current workflow step of a content. |
Enum | Description |
---|---|
Query.LogicalOperator |
Enumeration of available logical operators in
Query |
Query.Operator |
Enumeration of available operators in
Query |
Exception | Description |
---|---|
QuerySyntaxException |
Thrown when the query syntax is invalid.
|