Class TermSetQuery
java.lang.Object
com.atlassian.confluence.search.v2.query.TermSetQuery
- All Implemented Interfaces:
Expandable<SearchQuery>
,SearchQuery
This query represents the underlying TermsQuery (built into Confluence at the moment), which doesn't calculate score
and acts merely as a filter.
- Since:
- 7.17
-
Field Summary
FieldsFields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BiFunction<String,
Set<String>, SearchQuery> builder()
boolean
getKey()
List<?>
List of parameters asString
s orSearchQuery
s.int
hashCode()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.search.v2.SearchQuery
expand, getBoost, getSubClauses
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
TermSetQuery
-
-
Method Details
-
getFieldName
-
getValues
-
getKey
- Specified by:
getKey
in interfaceSearchQuery
- Returns:
- the plugin key
-
getParameters
Description copied from interface:SearchQuery
List of parameters asString
s orSearchQuery
s.- Specified by:
getParameters
in interfaceSearchQuery
- Returns:
String
s orSearchQuery
s.
-
builder
-
equals
-
hashCode
public int hashCode()
-