FunctionScoreQuery
instead.@Deprecated 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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
SearchQuery |
expand()
Deprecated.
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()
Deprecated.
|
List<Object> |
getParameters()
Deprecated.
List of parameters as
String s or SearchQuery s. |
SearchQueryParameters |
getSearchQueryParameters()
Deprecated.
|
SearchQuery |
getWrappedQuery()
Deprecated.
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getBoost
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–2019 Atlassian. All rights reserved.