Package com.atlassian.jira.search.field
Class KeywordField
java.lang.Object
com.atlassian.jira.search.field.KeywordField
- All Implemented Interfaces:
Field,TypedField<String>
Field for keyword
- Since:
- 10.4
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(FieldVisitor<T> visitor) static KeywordField.BuilderbooleanGet field value from the documentThe java class of the value that this field holdsbooleaninthashCode()booleanbooleanWhether the field is multiValued.booleanisStored()name()toString()protected org.apache.commons.lang3.builder.ToStringBuilder
-
Method Details
-
accept
-
builder
-
get
Description copied from interface:TypedFieldGet field value from the document- Returns:
- the field value
-
hashCode
public int hashCode() -
name
-
isIndexed
public boolean isIndexed() -
hasDocValues
public boolean hasDocValues()- Specified by:
hasDocValuesin interfaceField
-
isStored
public boolean isStored() -
isMultiValued
public boolean isMultiValued()Description copied from interface:FieldWhether the field is multiValued.- Specified by:
isMultiValuedin interfaceField- Returns:
- boolean
-
subfields
-
getValueType
Description copied from interface:TypedFieldThe java class of the value that this field holds- Specified by:
getValueTypein interfaceTypedField<T>- Returns:
- the java class of the value that this field holds
-
equals
-
toString
-
toStringBuilder
protected org.apache.commons.lang3.builder.ToStringBuilder toStringBuilder()
-