Class TextFieldDescriptor
java.lang.Object
com.atlassian.confluence.plugins.index.api.FieldDescriptor
com.atlassian.confluence.plugins.index.api.TextFieldDescriptor
Deprecated.
Used for analyzed text.
- Since:
- 7.17
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.confluence.plugins.index.api.FieldDescriptor
FieldDescriptor.Index, FieldDescriptor.Store
-
Field Summary
Fields inherited from class com.atlassian.confluence.plugins.index.api.FieldDescriptor
rawValue
-
Constructor Summary
ConstructorDescriptionTextFieldDescriptor
(TextFieldMapping mapping, String value) 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. -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(FieldVisitor<T> fieldVisitor) Deprecated.boolean
@NonNull AnalyzerDescriptorProvider
Deprecated.getIndex()
Deprecated.getName()
getStore()
getValue()
int
hashCode()
Methods inherited from class com.atlassian.confluence.plugins.index.api.FieldDescriptor
getRawValue
-
Field Details
-
value
-
-
Constructor Details
-
TextFieldDescriptor
Deprecated. -
TextFieldDescriptor
public TextFieldDescriptor(String name, String value, FieldDescriptor.Store store, AnalyzerDescriptorProvider analyzerProvider) Deprecated.Create a text field with a custom analyzer.- Since:
- 7.17
-
TextFieldDescriptor
Deprecated.
-
-
Method Details
TextFieldMapping.createField(String)
instead