Uses of Class
com.atlassian.confluence.search.v2.SearchPrimitive
-
Packages that use SearchPrimitive Package Description com.atlassian.confluence.search.v2.query com.atlassian.confluence.search.v2.sort -
Packages with annotations of type SearchPrimitive Package Description com.atlassian.confluence.search.v2.score This package provides search engine agnostic primitives required to constructFunctionScoreQuery. -
-
Uses of SearchPrimitive in com.atlassian.confluence.search.v2.query
Classes in com.atlassian.confluence.search.v2.query with annotations of type SearchPrimitive Modifier and Type Class Description classAllQueryRepresent an entire set of documents.classBooleanQueryA boolean query that allows and/or and not combinations of sub queries.classConstantScoreQueryv2 primitive queryclassContentPermissionsQueryclassDoubleRangeQueryv2 primitive queryclassFieldExistsQueryA V2SearchQueryimplementation which finds documents which contain a specific field.classFunctionScoreQueryv2 primitive query that modifies the wrapped query score of a retrieved document by combining it according toFunctionScoreQuery.BoostModewith an value provided byScoreFunction.classIntegerRangeQueryv2 primitive queryclassLongRangeQueryv2 primitive queryclassMatchNoDocsQueryclassPhraseQueryv2 primitive queryclassPrefixQueryv2 primitive queryclassQueryStringQueryv2 primitive queryclassSpanNearQueryv2 primitive queryclassTermQueryv2 primitive queryclassTermRangeQueryv2 primitive queryclassTermSetQueryThis query represents the underlying TermsQuery (built into Confluence at the moment), which doesn't calculate score and acts merely as a filter.classTextSearchQueryThis query represents a text search on a Lucene field.classWildcardTextFieldQuery -
Uses of SearchPrimitive in com.atlassian.confluence.search.v2.sort
Classes in com.atlassian.confluence.search.v2.sort with annotations of type SearchPrimitive Modifier and Type Class Description classContentIdSortSort content by its id that is stored as part of the handle field in Lucene index.classFieldSortSort based on value of a field.classLowercaseFieldSortSort based on lower case value of a keyword field.classMultiSearchSortThis composite SearchSort that allows sort by multiple fields.classRelevanceSortOrder search results most relevant first.classUserAttributeSortA base user sort that allows userkey fields to be sorted on either UserKey, Username, Full name or Email.
-