public class MultiTermQuery extends Object implements SearchQuery
Constructor and Description |
---|
MultiTermQuery(ContentPropertySchemaField schemaField,
Collection<String> values) |
Modifier and Type | Method and Description |
---|---|
SearchQuery |
expand()
Expands this query into a composite query (that composes other queries).
|
String |
getKey() |
List<?> |
getParameters()
List of parameters as
String s or SearchQuery s. |
ContentPropertySchemaField |
getSchemaField() |
Set<String> |
getValues() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBoost
public MultiTermQuery(ContentPropertySchemaField schemaField, Collection<String> values)
public String getKey()
getKey
in interface SearchQuery
public List<?> getParameters()
SearchQuery
String
s or SearchQuery
s.getParameters
in interface SearchQuery
String
s or SearchQuery
s.public ContentPropertySchemaField getSchemaField()
public SearchQuery expand()
SearchQuery
expand
in interface Expandable<SearchQuery>
expand
in interface SearchQuery
Copyright © 2003–2020 Atlassian. All rights reserved.