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