@PublicApi public class PhraseQuerySupportField extends Object
Field
to be used for quoted phrase
query searches for a given JIRA text field.Constructor and Description |
---|
PhraseQuerySupportField() |
Modifier and Type | Method and Description |
---|---|
static String |
forIndexField(String indexFieldName)
Returns the name of the phrase query support field to build for a given field.
|
static boolean |
isPhraseQuerySupportField(String indexFieldName)
Determines whether a given document field is a phrase query support field.
|
public static String forIndexField(String indexFieldName)
indexFieldName
- The name of the original field.String
containing the name of the phrase query support field.public static boolean isPhraseQuerySupportField(String indexFieldName)
indexFieldName
- the name of the field to inspect.true
if the passed in field is a phrase query support field; otherwise, false
.Copyright © 2002-2015 Atlassian. All Rights Reserved.