Class StringFieldDescriptor
- java.lang.Object
-
- com.atlassian.confluence.plugins.index.api.FieldDescriptor
-
- com.atlassian.confluence.plugins.index.api.StringFieldDescriptor
-
@Deprecated public final class StringFieldDescriptor extends FieldDescriptor
Deprecated.since 8.6. UseStringFieldMapping.createField(String)insteadUsed for keywords or non 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 Modifier and Type Field Description protected FieldMappingmappingprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description StringFieldDescriptor(FieldMapping mapping, String value)Deprecated.StringFieldDescriptor(String name, String value, FieldDescriptor.Store store)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> Taccept(FieldVisitor<T> fieldVisitor)Deprecated.booleanequals(Object o)FieldDescriptor.IndexgetIndex()Deprecated.FieldMappinggetMapping()StringgetName()FieldDescriptor.StoregetStore()StringgetValue()inthashCode()-
Methods inherited from class com.atlassian.confluence.plugins.index.api.FieldDescriptor
getRawValue
-
-
-
-
Field Detail
-
mapping
protected final FieldMapping mapping
-
value
protected final String value
-
-
Constructor Detail
-
StringFieldDescriptor
public StringFieldDescriptor(FieldMapping mapping, String value)
Deprecated.- Since:
- 8.6
-
StringFieldDescriptor
public StringFieldDescriptor(String name, String value, FieldDescriptor.Store store)
Deprecated.
-
-
Method Detail
-
getIndex
public FieldDescriptor.Index getIndex()
Deprecated.
-
accept
public <T> T accept(FieldVisitor<T> fieldVisitor)
Deprecated.- Overrides:
acceptin classFieldDescriptor
-
getMapping
public FieldMapping getMapping()
-
getName
public String getName()
-
getValue
public String getValue()
-
getStore
public FieldDescriptor.Store getStore()
-
-