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.MultiTextFieldQuery
equals, expand, getAnalyzerProviders, getFields, getKey, getOperator, getParameters, getQuery, getUnescapedQuery, 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
getBoost, getSubClauses
-
-
-
-
Constructor Detail
-
TextQuery
public TextQuery(String query)
-
-