T
- public interface FullTextConfigManager<T>
Modifier and Type | Field and Description |
---|---|
static String |
FULLTEXT_CONFIG_ID
application.xml的全局配置参数名:
参数值:全文检索的配置唯一ID |
static String |
FULLTEXT_CONFIG_MANAGER
application.xml的全局配置参数名:
参数值:全文检索的配置管理器bean名称 |
Modifier and Type | Method and Description |
---|---|
void |
addFullTextConfig(T config)
添加单条配置
|
T |
getFullTextConfig()
得到默认的配置信息
|
T |
getFullTextConfig(String configId)
得到配置信息
|
void |
removeFullTextConfig(T config)
删除单条配置
|
static final String FULLTEXT_CONFIG_MANAGER
static final String FULLTEXT_CONFIG_ID
Copyright © 2006–2018 TinyGroup. All rights reserved.