public class AttributeIndexSchema extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeIndexSchema.Type |
| Constructor and Description |
|---|
AttributeIndexSchema(String fieldName,
AttributeIndexSchema.Type type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
FieldSchema |
getFieldSchema() |
AttributeIndexSchema.Type |
getFieldType() |
Boolean |
isArray() |
Boolean |
isEnableSortAndAgg() |
Boolean |
isIndex() |
Boolean |
isStore() |
AttributeIndexSchema |
setEnableSortAndAgg(boolean enableSortAndAgg) |
AttributeIndexSchema |
setIndex(boolean index) |
AttributeIndexSchema |
setIsArray(boolean array) |
AttributeIndexSchema |
setStore(Boolean store) |
public AttributeIndexSchema(String fieldName, AttributeIndexSchema.Type type)
public String getFieldName()
public AttributeIndexSchema.Type getFieldType()
public AttributeIndexSchema setIndex(boolean index)
public Boolean isIndex()
public AttributeIndexSchema setStore(Boolean store)
public Boolean isStore()
public AttributeIndexSchema setIsArray(boolean array)
public Boolean isArray()
public AttributeIndexSchema setEnableSortAndAgg(boolean enableSortAndAgg)
public Boolean isEnableSortAndAgg()
public FieldSchema getFieldSchema()
Copyright © 2024. All Rights Reserved.