@Configuration public class EasyEsConfiguration extends Object implements org.springframework.beans.factory.InitializingBean
| 构造器和说明 |
|---|
EasyEsConfiguration(org.dromara.easyes.common.property.EasyEsProperties easyEsProperties,
org.dromara.easyes.common.property.EasyEsDynamicProperties easyEsDynamicProperties) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
org.dromara.easyes.common.strategy.AutoProcessIndexStrategy |
autoProcessIndexNotSmoothlyStrategy() |
org.dromara.easyes.common.strategy.AutoProcessIndexStrategy |
autoProcessIndexSmoothlyStrategy()
索引策略注册
|
IndexStrategyFactory |
indexStrategyFactory() |
org.dromara.easyes.common.utils.RestHighLevelClientUtils |
restHighLevelClientUtils() |
@Autowired
public EasyEsConfiguration(org.dromara.easyes.common.property.EasyEsProperties easyEsProperties,
org.dromara.easyes.common.property.EasyEsDynamicProperties easyEsDynamicProperties)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanException@Bean public IndexStrategyFactory indexStrategyFactory()
@Bean public org.dromara.easyes.common.utils.RestHighLevelClientUtils restHighLevelClientUtils()
@Bean public org.dromara.easyes.common.strategy.AutoProcessIndexStrategy autoProcessIndexSmoothlyStrategy()
AutoProcessIndexStrategy@Bean public org.dromara.easyes.common.strategy.AutoProcessIndexStrategy autoProcessIndexNotSmoothlyStrategy()
Copyright © 2025. All rights reserved.