public class AttributeIndexSchema extends Object
限定符和类型 | 类和说明 |
---|---|
static class |
AttributeIndexSchema.Type |
构造器和说明 |
---|
AttributeIndexSchema(String fieldName,
AttributeIndexSchema.Type type) |
限定符和类型 | 方法和说明 |
---|---|
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 © 2019. All Rights Reserved.