Class SortedDocValuesFieldDescriptor
java.lang.Object
com.atlassian.confluence.plugins.index.api.FieldDescriptor
com.atlassian.confluence.plugins.index.api.SortedDocValuesFieldDescriptor
Deprecated.
since 8.6
Stores binary value in a columnar form. The values are sorted, deduplicated and mapped to ordinal before storing.
- 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
ConstructorDescriptionSortedDocValuesFieldDescriptor
(BinaryFieldMapping mapping, byte[] value) Deprecated.SortedDocValuesFieldDescriptor
(String name, byte[] value) Deprecated. -
Method Summary
-
Field Details
-
mapping
-
value
-
-
Constructor Details
-
SortedDocValuesFieldDescriptor
Deprecated. -
SortedDocValuesFieldDescriptor
Deprecated.
-
-
Method Details
-
getStore
Deprecated. -
accept
Deprecated.- Overrides:
accept
in classFieldDescriptor
-
bytesValue
public byte[] bytesValue()Deprecated. -
getRawValue
Deprecated.- Overrides:
getRawValue
in classFieldDescriptor
- Returns:
- the raw Java value of this field before formatted into a string
-
getMapping
-
getName
-
getValue
-
getIndex
-
equals
-
hashCode
public int hashCode()
-