Class DocValuesFieldDescriptor
- java.lang.Object
-
- com.atlassian.confluence.plugins.index.api.FieldDescriptor
-
- com.atlassian.confluence.plugins.index.api.DocValuesFieldDescriptor
-
@Deprecated public final class DocValuesFieldDescriptor extends FieldDescriptor
Deprecated.since 8.6. UseBinaryFieldMapping.createField(byte[])
instead.Stores binary value in a columnar form.- 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 FieldMapping
mapping
protected String
value
-
Fields inherited from class com.atlassian.confluence.plugins.index.api.FieldDescriptor
rawValue
-
-
Constructor Summary
Constructors Constructor Description DocValuesFieldDescriptor(BinaryFieldMapping mapping, byte[] value)
Deprecated.DocValuesFieldDescriptor(String name, byte[] value)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> T
accept(FieldVisitor<T> fieldVisitor)
Deprecated.byte[]
bytesValue()
Deprecated.boolean
equals(Object o)
FieldDescriptor.Index
getIndex()
FieldMapping
getMapping()
String
getName()
Object
getRawValue()
Deprecated.FieldDescriptor.Store
getStore()
Deprecated.String
getValue()
int
hashCode()
-
-
-
Field Detail
-
mapping
protected final FieldMapping mapping
-
value
protected final String value
-
-
Constructor Detail
-
DocValuesFieldDescriptor
public DocValuesFieldDescriptor(BinaryFieldMapping mapping, byte[] value)
Deprecated.
-
DocValuesFieldDescriptor
@Deprecated public DocValuesFieldDescriptor(String name, byte[] value)
Deprecated.
-
-
Method Detail
-
getStore
public FieldDescriptor.Store getStore()
Deprecated.
-
accept
public <T> T accept(FieldVisitor<T> fieldVisitor)
Deprecated.- Overrides:
accept
in classFieldDescriptor
-
bytesValue
public byte[] bytesValue()
Deprecated.
-
getRawValue
public Object getRawValue()
Deprecated.- Overrides:
getRawValue
in classFieldDescriptor
- Returns:
- the raw Java value of this field before formatted into a string
-
getMapping
public FieldMapping getMapping()
-
getName
public String getName()
-
getValue
public String getValue()
-
getIndex
public FieldDescriptor.Index getIndex()
-
-