Class FieldDescriptor
java.lang.Object
com.atlassian.confluence.plugins.index.api.FieldDescriptor
- Direct Known Subclasses:
DocValuesFieldDescriptor
,DoubleFieldDescriptor
,FloatFieldDescriptor
,IntFieldDescriptor
,LongFieldDescriptor
,NumericDocValuesFieldDescriptor
,SortedDocValuesFieldDescriptor
,StoredFieldDescriptor
,StringFieldDescriptor
,TextFieldDescriptor
Represents an index field.
- Since:
- 7.17
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Deprecated.static enum
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldDescriptor
(FieldMapping mapping, String value) Construct a field with the given mapping and valueFieldDescriptor
(FieldMapping mapping, String value, Object rawValue) Construct a field with the given mapping, value and raw valueFieldDescriptor
(String name, String value, FieldDescriptor.Store store, FieldDescriptor.Index index) Deprecated.since 8.6. -
Method Summary
-
Field Details
-
rawValue
-
mapping
-
value
-
-
Constructor Details
-
FieldDescriptor
Construct a field with the given mapping, value and raw value- Parameters:
mapping
-value
-
-
FieldDescriptor
Construct a field with the given mapping and value- Parameters:
mapping
-value
-
-
FieldDescriptor
@Deprecated public FieldDescriptor(String name, String value, FieldDescriptor.Store store, FieldDescriptor.Index index) Deprecated.since 8.6. UseFieldDescriptor(FieldMapping, String)
instead.Construct a field with the given value and mapping properties- Parameters:
name
-value
-store
-index
-
-
-
Method Details