Field.Index, Field.Store| Constructor and Description |
|---|
NestedField(String name,
Collection<Field> nestedFields) |
NestedField(String name,
Collection<Field> nestedFields,
Field.Store store) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(FieldVisitor visitor) |
Field.Index |
getIndex() |
String |
getName() |
Field.Store |
getStore() |
FieldType |
getType() |
String |
getValue() |
Collection<Field> |
nestedFields() |
public NestedField(String name, Collection<Field> nestedFields)
public NestedField(String name, Collection<Field> nestedFields, Field.Store store)
public Collection<Field> nestedFields()
public String getValue()
public Field.Index getIndex()
public void accept(FieldVisitor visitor)
public FieldType getType()
public Field.Store getStore()
Copyright © 2003–2016 Atlassian. All rights reserved.