Package | Description |
---|---|
com.atlassian.confluence.plugins.index.api |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DoubleFieldDescriptor(String name,
double value,
FieldDescriptor.Store store) |
FieldDescriptor(String name,
String value,
FieldDescriptor.Store store,
FieldDescriptor.Index index) |
FloatFieldDescriptor(String name,
float value,
FieldDescriptor.Store store) |
IntFieldDescriptor(String name,
int value,
FieldDescriptor.Store store) |
LongFieldDescriptor(String name,
long value,
FieldDescriptor.Store store) |
StringFieldDescriptor(String name,
String value,
FieldDescriptor.Store store) |
TextFieldDescriptor(String name,
String value,
FieldDescriptor.Store store) |
TextFieldDescriptor(String name,
String value,
FieldDescriptor.Store store,
AnalyzerDescriptorProvider analyzerProvider)
Create a text field with a custom analyzer.
|
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences