AbstractParameterListQuery<T> |
Abstract superclass for queries holding a list of parameters of a single type.
|
AbstractUserQuery |
|
ActiveUserQuery |
Query which filters out documents representing users that are no longer active.
|
AllQuery |
Represent an entire set of documents.
|
ArchivedSpacesQuery |
Filters archived spaces (and their contents) out of search results.
|
AttachmentTypeQuery |
Search for attachments of a particular type or types.
|
BooleanQuery |
A boolean query that allows and/or and not combinations of sub queries.
|
BooleanQuery.Builder |
|
BoostByDateMilestoneRules |
|
BoostByDateMilestoneRules.BoostFactor |
|
BoostByDateMilestoneRules.DateMilestone |
|
BrowseUsersPermissionQuery |
|
ConstantScoreQuery |
v2 primitive query
|
ContainingContentTypeQuery |
Search for an entity contained within content of a particular type.
|
ContentCategoryQuery |
SearchQuery that finds content where content type is from the list of specified categories
|
ContentPermissionsQuery |
|
ContentPermissionsQuery.Builder |
|
ContentStatusQuery |
SearchQuery which matches content by their content status.
|
ContentTypeQuery |
Search for content of a particular type.
|
ContributorQuery |
Creates a query to find content a user has contributed to (any edit or create is considered a contribution)
|
CreatorQuery |
Query for the original creator of content.
|
CustomContentTypeQuery |
This V2 query is used for filtering custom contents based on their types.
|
DateRangeQuery |
Query for search results that have been modified within the specified range of dates.
|
DateRangeQuery.Builder |
|
DateRangeQuery.DateRange |
Deprecated.
|
DoubleRangeQuery |
v2 primitive query
|
EnabledCustomContentTypesQuery |
A V2 SearchQuery implementation which only finds custom content which have been enabled, or non-custom content.
|
FieldExistsQuery |
A V2 SearchQuery implementation which finds documents which contain a specific field.
|
FileExtensionQuery |
Search for content with a particular file extension.
|
FunctionScoreQuery |
|
HasPersonalSpaceQuery |
Search for content belonging to a user who has a personal space.
|
InheritedLabelQuery |
Query for matching a single Label that was inherited from a piece of
parent content, for example, searching for comments attached to pages with a certain label
|
InSpaceQuery |
Search using a set of space keys for content that occurs within some set of spaces.
|
IntegerRangeQuery |
v2 primitive query
|
LabelQuery |
Query for matching a single Label .
|
LabelsQuery |
Allows querying by multiple labels.
|
LastModifierUserQuery |
|
LongRangeQuery |
v2 primitive query
|
MacroStorageVersionQuery |
|
MacroUsageQuery |
A search query that finds usages of a macro in a content entity object by the
macro name.
|
MatchNoDocsQuery |
|
MultiTextFieldQuery |
Represents a query against multiple fields.
|
NonViewableCustomContentTypeQuery |
A V2 SearchQuery implementation which only finds viewable custom content types or non-custom content.
|
NotAnonymousUserQuery |
SearchQuery that filters out anonymous users.
|
PhraseQuery |
A query which matches by phrases.
|
PrefixQuery |
v2 primitive query
|
QueryStringQuery |
v2 primitive query
|
SiteTextSearchQuery |
Relocation from confluence-search plugin.
|
SpaceCategoryQuery |
Search for content within spaces of a particular category (or categories).
|
SpanNearQuery |
v2 primitive query
|
TermQuery |
v2 primitive query
|
TermRangeQuery |
v2 primitive query
|
TermSetQuery |
This query represents the underlying TermsQuery (built into Confluence at the moment), which doesn't calculate score
and acts merely as a filter.
|
TextFieldQuery |
Represents a raw query from the user that may be parsed.
|
TextQuery |
A multi text field query that searches across a range of text fields for the query string
|
TextSearchQuery |
This query represents a text search on a Lucene field.
|
UserInfoQuery |
SearchQuery for user info.
|
UserTextQuery |
Searches for text within common user-related text fields: full name, email address and username
|
WildcardTextFieldQuery |
|