@SearchPrimitive public class PhraseQuery extends Object implements SearchQuery
| Constructor and Description |
|---|
PhraseQuery(String fieldName,
String text,
int slop) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
String |
getKey() |
List<?> |
getParameters()
List of parameters as
Strings or SearchQuerys. |
int |
getSlop() |
String |
getText() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexpand, getBoostpublic static final String KEY
public String getFieldName()
public int getSlop()
public String getKey()
getKey in interface SearchQuerypublic List<?> getParameters()
SearchQueryStrings or SearchQuerys.getParameters in interface SearchQueryStrings or SearchQuerys.public String getText()
Copyright © 2003–2020 Atlassian. All rights reserved.