Package com.atlassian.jira.search.field
Class AnalyzedTextField
java.lang.Object
com.atlassian.jira.search.field.AnalyzedTextField
- All Implemented Interfaces:
Field,TypedField<String>
Field for analyzed text
- Since:
- 10.4
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(FieldVisitor<T> visitor) analyzer()static AnalyzedTextField.BuilderbooleanGet field value from the documentThe java class of the value that this field holdsbooleaninthashCode()booleanbooleanbooleanWhether the field is multiValued.booleanisStored()name()toString()protected org.apache.commons.lang3.builder.ToStringBuilder
-
Method Details
-
accept
-
isConcatenated
public boolean isConcatenated() -
analyzer
-
searchAnalyzer
-
getValueType
Description copied from interface:TypedFieldThe java class of the value that this field holds- Specified by:
getValueTypein interfaceTypedField<String>- Returns:
- the java class of the value that this field holds
-
get
Description copied from interface:TypedFieldGet field value from the document- Returns:
- the field value
-
equals
-
hashCode
public int hashCode() -
toStringBuilder
protected org.apache.commons.lang3.builder.ToStringBuilder toStringBuilder() -
builder
-
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
-
toString
-