Class TextQuery
java.lang.Object
com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
com.atlassian.confluence.search.v2.query.TextQuery
- All Implemented Interfaces:
Expandable<SearchQuery>,SearchQuery
A multi text field query that searches across a range of text fields for the query string
-
Field Summary
Fields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.search.v2.query.MultiTextFieldQuery
equals, expand, getAnalyzerProviders, getFields, getKey, getOperator, getParameters, getQuery, getUnescapedQuery, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.search.v2.SearchQuery
getBoost, getSubClauses
-
Constructor Details
-
TextQuery
-
TextQuery
- Parameters:
query- , the query stringextraFields- , the fields for searching on top of theDEFAULT_SEARCH_FIELDS
-