🔨 Refactor: [后台]:修改bookmark index结构,增加bookamrkId字段

This commit is contained in:
fanxb 2019-07-29 17:56:29 +08:00
parent 8d23f99f29
commit f1e95809bc

View File

@ -19,6 +19,9 @@ public class EsConstant {
*/
public static final String CREATE_BOOKMARK_INDEX = "{\n" +
" \"properties\": {\n" +
" \"bookmarkId\":{\n" +
" \"type\":\"integer\"\n" +
" },\n" +
" \"userId\":{\n" +
" \"type\":\"integer\"\n" +
" },\n" +