Class IntFieldDescriptor
java.lang.Object
com.atlassian.confluence.plugins.index.api.FieldDescriptor
com.atlassian.confluence.plugins.index.api.IntFieldDescriptor
Deprecated.
Field that supports efficient sorting and range queries integer values.
- 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
ConstructorDescriptionIntFieldDescriptor
(IntFieldMapping mapping, int value) Deprecated.IntFieldDescriptor
(String name, int value, FieldDescriptor.Store store) Deprecated. -
Method Summary
-
Field Details
-
mapping
-
value
-
-
Constructor Details
-
IntFieldDescriptor
Deprecated. -
IntFieldDescriptor
Deprecated.
-
-
Method Details
-
accept
Deprecated.- Overrides:
accept
in classFieldDescriptor
-
intValue
public int intValue()Deprecated. -
getRawValue
Deprecated.- Overrides:
getRawValue
in classFieldDescriptor
- Returns:
- the raw Java value of this field before formatted into a string
-
getMapping
-
getName
-
getValue
-
getIndex
-
getStore
-
equals
-
hashCode
public int hashCode()
-
FloatFieldMapping.createField(float)
instead.