Class TermQuery
java.lang.Object
com.atlassian.confluence.search.v2.query.TermQuery
- All Implemented Interfaces:
Expandable<SearchQuery>,SearchQuery
v2 primitive query
- Since:
- 5.9
-
Field Summary
FieldsFields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BiFunction<String,String, SearchQuery> builder()booleangetKey()List<?>List of parameters asStrings orSearchQuerys.getValue()inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.confluence.search.v2.SearchQuery
expand, getBoost, getSubClauses
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
TermQuery
-
-
Method Details
-
getFieldName
-
getValue
-
getKey
- Specified by:
getKeyin interfaceSearchQuery- Returns:
- the plugin key
-
getParameters
Description copied from interface:SearchQueryList of parameters asStrings orSearchQuerys.- Specified by:
getParametersin interfaceSearchQuery- Returns:
Strings orSearchQuerys.
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-