public interface BaseEsConstants
Copyright © 2021 xpc1024 All Rights Reserved
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ACTIVE_INDEX_KEY
当前激活索引key
|
static String |
ANALYZER
分词器
|
static String |
BOOST_KEY
索引权重key
|
static String |
COLON
冒号
|
static String |
COMMA_SEPARATOR
逗号分隔符
|
static String |
COUNT_DSL_PREFIX
count DSL语句前缀
|
static Float |
DEFAULT_BOOST
默认字段boost权重
|
static String |
DEFAULT_CONFLICTS
默认冲突处理
|
static String |
DEFAULT_DEST_OP_TYPE
默认迁移操作规则
|
static String |
DEFAULT_ES_ID_NAME
Es 默认的主键名称
|
static String |
DEFAULT_ID_NAME
默认主键名称
|
static int |
DEFAULT_MAX_EXPANSIONS
默认最大拓展数
|
static int |
DEFAULT_MIN_SHOULD_MATCH
默认最小匹配百分比
|
static String |
DEFAULT_SCHEMA
es默认schema
|
static Integer |
DEFAULT_SIZE
默认返回数
|
static String |
DISTRIBUTED_LOCK_TIP_JSON
分布式锁提示内容
|
static String |
DSL_PREFIX
DSL语句前缀
|
static String |
EAGER_GLOBAL_ORDINALS_KEY
父子类型索引-eager_global_ordinals
|
static String |
EMPTY_STR
空字符串
|
static String |
ENABLE_BANNER
是否打印本框架Banner
|
static String |
ENABLE_PREFIX
是否启用本框架前缀, 默认启用
|
static String |
FIELD_DATA
针对text进行聚合
|
static String |
FORMAT
日期格式化
|
static String |
GET_FUNC_PREFIX
get 方法前缀
|
static String |
GMT_MODIFIED
索引更新时间key
|
static int |
INITIAL_DELAY
初始任务执行延迟
|
static String |
IS_FUNC_PREFIX
基本数据类型的get方法前缀
|
static String |
LOCK_INDEX
ee内置es分布式锁索引名称
|
static Integer |
LOCK_MAX_RETRY
获取/释放 分布式锁 最大失败重试次数
|
static String |
MAX_RESULT_WINDOW_FIELD
最大返回个数字段
|
static Integer |
MINUS_ONE
数字-1
|
static Integer |
ONE
数字1
|
static Integer |
PAGE_NUM
默认的当前页码
|
static Integer |
PAGE_SIZE
默认的每页显示条目数
|
static String |
PARENT
父子类型-父id字段
|
static String |
PATH_FIELD_JOIN
嵌套类型 path和field连接符
|
static String |
PERCENT
百分比符号
|
static String |
PROPERTIES
索引特性
|
static String |
RELATIONS
字段关系
|
static String |
REPEAT_NUM_KEY
被折叠的重复数据数量的key
|
static String |
REPLICAS_FIELD
副本数量字段
|
static String |
REPLICAS_NUM_KEY
副本数key
|
static String |
S_SUFFIX
更新索引时自动创建的索引后缀s 灵感来源于jvm young区s0,s1垃圾回收
|
static String |
S1_SUFFIX
更新索引时自动创建的索引后缀s1
|
static String |
SCORE_FIELD
es默认得分字段
|
static String |
SEARCH_ANALYZER
查询分词器
|
static String |
SET_FUNC_PREFIX
set 方法前缀
|
static String |
SHARDS_FIELD
分片数量字段
|
static String |
SHARDS_NUM_KEY
分片数key
|
static String |
SO_SUFFIX
更新索引时自动创建的索引后缀s0
|
static String |
TYPE
字段类型
|
static String |
UNKNOWN
未知的版本号
|
static String |
WILDCARD_SIGN
通配符
|
static Integer |
ZERO
数字0
|
static final Integer ZERO
static final Integer ONE
static final Integer MINUS_ONE
static final Integer PAGE_NUM
static final Integer PAGE_SIZE
static final Float DEFAULT_BOOST
static final Integer DEFAULT_SIZE
static final Integer LOCK_MAX_RETRY
static final int INITIAL_DELAY
static final int DEFAULT_MAX_EXPANSIONS
static final int DEFAULT_MIN_SHOULD_MATCH
static final String EAGER_GLOBAL_ORDINALS_KEY
Copyright © 2022. All rights reserved.