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
Fields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BiFunction<String,
String, SearchQuery> builder()
boolean
getKey()
List<?>
List of parameters asString
s orSearchQuery
s.getValue()
int
hashCode()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
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() -
toString
-