Class SortedDocValuesFieldDescriptor
- java.lang.Object
-
- com.atlassian.confluence.plugins.index.api.FieldDescriptor
-
- com.atlassian.confluence.plugins.index.api.SortedDocValuesFieldDescriptor
-
public final class SortedDocValuesFieldDescriptor extends FieldDescriptor
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 Modifier and Type Field Description protected FieldDescriptor.Indexindexprotected Stringnameprotected FieldDescriptor.Storestoreprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description SortedDocValuesFieldDescriptor(String name, byte[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(FieldVisitor<T> fieldVisitor)byte[]bytesValue()booleanequals(Object o)FieldDescriptor.IndexgetIndex()StringgetName()FieldDescriptor.StoregetStore()StringgetValue()inthashCode()
-
-
-
Field Detail
-
name
protected final String name
-
value
protected final String value
-
index
protected final FieldDescriptor.Index index
-
store
protected final FieldDescriptor.Store store
-
-
Constructor Detail
-
SortedDocValuesFieldDescriptor
public SortedDocValuesFieldDescriptor(String name, byte[] value)
-
-
Method Detail
-
accept
public <T> T accept(FieldVisitor<T> fieldVisitor)
- Overrides:
acceptin classFieldDescriptor
-
bytesValue
public byte[] bytesValue()
-
getName
public String getName()
-
getValue
public String getValue()
-
getIndex
public FieldDescriptor.Index getIndex()
-
getStore
public FieldDescriptor.Store getStore()
-
-