public class BoostingQuery extends Object implements SearchQuery
The mapper for this query has been moved to the confluence-search plugin. This remains here for core backward compatibility.
Constructor and Description |
---|
BoostingQuery(SearchQuery wrappedQuery,
SearchQueryParameters searchQueryParameters) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SearchQuery |
expand()
This primitive but is similar to
BooleanQuery , which in some sense primitive but also need to implement
expand method, because the wrapped query need to be expanded. |
String |
getKey() |
List<Object> |
getParameters()
List of parameters as
String s or SearchQuery s. |
SearchQueryParameters |
getSearchQueryParameters() |
SearchQuery |
getWrappedQuery() |
int |
hashCode() |
public static final String KEY
public BoostingQuery(SearchQuery wrappedQuery, SearchQueryParameters searchQueryParameters)
public String getKey()
getKey
in interface SearchQuery
public List<Object> getParameters()
SearchQuery
String
s or SearchQuery
s.getParameters
in interface SearchQuery
String
s or SearchQuery
s.public SearchQuery expand()
BooleanQuery
, which in some sense primitive but also need to implement
expand method, because the wrapped query need to be expanded.expand
in interface Expandable<SearchQuery>
expand
in interface SearchQuery
public SearchQuery getWrappedQuery()
public SearchQueryParameters getSearchQueryParameters()
Copyright © 2003–2016 Atlassian. All rights reserved.