修复ES nested类型无法自动创建问题
This commit is contained in:
@@ -46,6 +46,6 @@ public class EsProduct implements Serializable {
|
||||
private Integer stock;
|
||||
private Integer promotionType;
|
||||
private Integer sort;
|
||||
@Field(type =FieldType.Nested)
|
||||
@Field(type = FieldType.Nested, fielddata = true)
|
||||
private List<EsProductAttributeValue> attrValueList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user