Uses of Enum Class
com.atlassian.confluence.plugins.index.api.FieldDescriptor.Store
Packages that use FieldDescriptor.Store
-
Uses of FieldDescriptor.Store in com.atlassian.confluence.plugins.index.api
Methods in com.atlassian.confluence.plugins.index.api that return FieldDescriptor.StoreModifier and TypeMethodDescriptionDocValuesFieldDescriptor.getStore()
Deprecated.NumericDocValuesFieldDescriptor.getStore()
Deprecated.SortedDocValuesFieldDescriptor.getStore()
Deprecated.static FieldDescriptor.Store
Returns the enum constant of this class with the specified name.static FieldDescriptor.Store[]
FieldDescriptor.Store.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.confluence.plugins.index.api with parameters of type FieldDescriptor.StoreModifierConstructorDescriptionDoubleFieldDescriptor
(String name, double value, FieldDescriptor.Store store) Deprecated.FieldDescriptor
(String name, String value, FieldDescriptor.Store store, FieldDescriptor.Index index) Deprecated.since 8.6.FloatFieldDescriptor
(String name, float value, FieldDescriptor.Store store) Deprecated.IntFieldDescriptor
(String name, int value, FieldDescriptor.Store store) Deprecated.LongFieldDescriptor
(String name, long value, FieldDescriptor.Store store) Deprecated.StringFieldDescriptor
(String name, String value, FieldDescriptor.Store store) Deprecated.TextFieldDescriptor
(String name, String value, FieldDescriptor.Store store) Deprecated.TextFieldDescriptor
(String name, String value, FieldDescriptor.Store store, AnalyzerDescriptorProvider analyzerProvider) Deprecated.Create a text field with a custom analyzer.