public final class NumericDocValuesFieldDescriptor 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 |
---|
NumericDocValuesFieldDescriptor(String name,
long longValue) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(FieldVisitor<T> fieldVisitor) |
boolean |
equals(Object o) |
FieldDescriptor.Index |
getIndex() |
String |
getName() |
FieldDescriptor.Store |
getStore() |
String |
getValue() |
int |
hashCode() |
long |
longValue() |
protected final String name
protected final String value
protected final FieldDescriptor.Index index
protected final FieldDescriptor.Store store
public NumericDocValuesFieldDescriptor(String name, long longValue)
public <T> T accept(FieldVisitor<T> fieldVisitor)
accept
in class FieldDescriptor
public long longValue()
public String getName()
public String getValue()
public FieldDescriptor.Index getIndex()
public FieldDescriptor.Store getStore()
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences