public final class SortedDocValuesFieldDescriptor extends FieldDescriptor
FieldDescriptor.Index, FieldDescriptor.Store
Modifier and Type | Field and Description |
---|---|
protected FieldDescriptor.Index |
index |
protected String |
name |
protected FieldDescriptor.Store |
store |
protected String |
value |
Constructor and Description |
---|
SortedDocValuesFieldDescriptor(String name,
byte[] value) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(FieldVisitor<T> fieldVisitor) |
byte[] |
bytesValue() |
boolean |
equals(Object o) |
FieldDescriptor.Index |
getIndex() |
String |
getName() |
FieldDescriptor.Store |
getStore() |
String |
getValue() |
int |
hashCode() |
protected final String name
protected final String value
protected final FieldDescriptor.Index index
protected final FieldDescriptor.Store store
public SortedDocValuesFieldDescriptor(String name, byte[] value)
public <T> T accept(FieldVisitor<T> fieldVisitor)
accept
in class FieldDescriptor
public byte[] bytesValue()
public String getName()
public String getValue()
public FieldDescriptor.Index getIndex()
public FieldDescriptor.Store getStore()
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences