public interface SearchQuery extends Expandable<SearchQuery>
Queries consist of a key (a unique string, usually a plugin module complete key, to identify the type of query being performed) and a list of parameters which may either be strings, or other instances of SearchQuery.
Modifier and Type | Method and Description |
---|---|
default SearchQuery |
expand()
Expands this query into a composite query (that composes other queries).
|
default float |
getBoost()
Return boost factor of this query.
|
String |
getKey() |
List |
getParameters()
List of parameters as
String s or SearchQuery s. |
String getKey()
List getParameters()
String
s or SearchQuery
s.String
s or SearchQuery
s.default SearchQuery expand()
expand
in interface Expandable<SearchQuery>
@ExperimentalApi default float getBoost()
BooleanQuery
.Copyright © 2003–2020 Atlassian. All rights reserved.