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
 
 public class TextQuery extends MultiTextFieldQuery A multi text field query that searches across a range of text fields for the query string
- 
- 
Method Summary- 
Methods inherited from class com.atlassian.confluence.search.v2.query.MultiTextFieldQueryequals, expand, getAnalyzerProviders, getFields, getKey, getOperator, getParameters, getQuery, getUnescapedQuery, hashCode
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.atlassian.confluence.search.v2.SearchQuerygetBoost, getSubClauses
 
- 
 
- 
- 
- 
Constructor Detail- 
TextQuerypublic TextQuery(String query) 
 
- 
 
-