Uses of Class
com.atlassian.confluence.plugins.index.api.FieldDescriptor.Store
-
Packages that use FieldDescriptor.Store Package Description com.atlassian.confluence.plugins.index.api -
-
Uses of FieldDescriptor.Store in com.atlassian.confluence.plugins.index.api
Methods in com.atlassian.confluence.plugins.index.api that return FieldDescriptor.Store Modifier and Type Method Description FieldDescriptor.Store
DocValuesFieldDescriptor. getStore()
Deprecated.FieldDescriptor.Store
NumericDocValuesFieldDescriptor. getStore()
Deprecated.FieldDescriptor.Store
SortedDocValuesFieldDescriptor. getStore()
Deprecated.static FieldDescriptor.Store
FieldDescriptor.Store. valueOf(String name)
Returns the enum constant of this type with the specified name.static FieldDescriptor.Store[]
FieldDescriptor.Store. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.plugins.index.api with parameters of type FieldDescriptor.Store Constructor Description DoubleFieldDescriptor(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.
-