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 class
AllQuery
Represent an entire set of documents.class
BooleanQuery
A boolean query that allows and/or and not combinations of sub queries.class
ConstantScoreQuery
v2 primitive queryclass
ContentPermissionsQuery
class
DoubleRangeQuery
v2 primitive queryclass
FieldExistsQuery
A V2SearchQuery
implementation which finds documents which contain a specific field.class
FunctionScoreQuery
v2 primitive query that modifies the wrapped query score of a retrieved document by combining it according toFunctionScoreQuery.BoostMode
with an value provided byScoreFunction
.class
IntegerRangeQuery
v2 primitive queryclass
LongRangeQuery
v2 primitive queryclass
MatchNoDocsQuery
class
PhraseQuery
A query which matches by phrases.class
PrefixQuery
v2 primitive queryclass
QueryStringQuery
v2 primitive queryclass
SpanNearQuery
v2 primitive queryclass
TermQuery
v2 primitive queryclass
TermRangeQuery
v2 primitive queryclass
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
TextSearchQuery
This query represents a text search on a Lucene field.class
WildcardTextFieldQuery
-
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 class
ContentIdSort
Sort content by its id that is stored as part of the handle field in Lucene index.class
FieldSort
Sort based on value of a field.class
LowercaseFieldSort
Sort based on lower case value of a keyword field.class
MultiSearchSort
This composite SearchSort that allows sort by multiple fields.class
RelevanceSort
Order search results most relevant first.class
UserAttributeSort
A base user sort that allows userkey fields to be sorted on either UserKey, Username, Full name or Email.
-