Package com.atlassian.jira.search
Interface Field
- All Known Subinterfaces:
NumericField,TypedField<T>
- All Known Implementing Classes:
AnalyzedTextField,DateTimeField,DoubleField,IntField,JoinField,KeywordField,LongField
@PublicApi
public interface Field
A field
- Since:
- 10.4
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(FieldVisitor<T> visitor) default booleandefault booleandefault booleanWhether the field is multiValued.default booleanisStored()name()
-
Method Details
-
name
String name() -
accept
-
isIndexed
default boolean isIndexed() -
hasDocValues
default boolean hasDocValues() -
isMultiValued
default boolean isMultiValued()Whether the field is multiValued.- Returns:
- boolean
-
isStored
default boolean isStored() -
subfields
-