Class SiteTextSearchQuery
java.lang.Object
com.atlassian.confluence.search.v2.query.SiteTextSearchQuery
- All Implemented Interfaces:
Expandable<SearchQuery>,SearchQuery
Relocation from confluence-search plugin.
- Since:
- 6.16.0
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThere is no query mapper registered for this key, which forces the expand() to be called.Fields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST -
Constructor Summary
ConstructorsConstructorDescriptionSiteTextSearchQuery(String text) SiteTextSearchQuery(String text, SiteTextSearchQuery.Boost shouldBoost) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()List of parameters asStrings orSearchQuerys.inthashCode()static booleanisExactSearchSyntax(String queryString) static booleanisQueryStringSyntax(String queryString) 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
There is no query mapper registered for this key, which forces the expand() to be called. The expand will return an anonymous inner class that has a different key for which there is a mapper.- See Also:
-
-
Constructor Details
-
SiteTextSearchQuery
Deprecated.since 2.3.11 usenew BoostingQuery(new SiteSearchQuery()) -
SiteTextSearchQuery
-
-
Method Details
-
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.
-
getTextQuery
-
shouldBoost
-
isQueryStringSyntax
-
isExactSearchSyntax
-
toString
-
equals
-
hashCode
public int hashCode()
-
new BoostingQuery(new SiteSearchQuery())