索引
All Classes and Interfaces|常量字段值|所有程序包
A
- AutoConfiguration - com.abasecode.opencode.es.config中的类
- AutoConfiguration() - 类的构造器 com.abasecode.opencode.es.config.AutoConfiguration
B
- BaseT - com.abasecode.opencode.es.entity中的类
- BaseT() - 类的构造器 com.abasecode.opencode.es.entity.BaseT
C
- client - 类中的变量 com.abasecode.opencode.es.ElasticsearchBaseClient
- com.abasecode.opencode.es - 程序包 com.abasecode.opencode.es
- com.abasecode.opencode.es.annotation - 程序包 com.abasecode.opencode.es.annotation
- com.abasecode.opencode.es.config - 程序包 com.abasecode.opencode.es.config
- com.abasecode.opencode.es.entity - 程序包 com.abasecode.opencode.es.entity
- com.abasecode.opencode.es.util - 程序包 com.abasecode.opencode.es.util
- createIndex(String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
create index by json
- createIndexByJsonFile(String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
create index by json file
- createQueryScript(String, String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
create script
- createQueryScript(String, String, String, boolean) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
create script
- createSimpleScriptTemplate() - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
create simple script template
D
- DEFAULT_SCRIPT_LANG - 类中的静态变量 com.abasecode.opencode.es.ElasticsearchBaseClient
- deleteBulkWithList(String, List<String>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
delete doc by list
- deleteDoc(String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
delete doc by id
- deleteIndex(String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
delete index
- deleteScriptById(String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
delete script template
E
- ElasticsearchBaseClient<T extends BaseT> - com.abasecode.opencode.es中的类
- ElasticsearchBaseClient(ElasticsearchClient, RestClientTransport) - 类的构造器 com.abasecode.opencode.es.ElasticsearchBaseClient
-
Instantiation
- ElasticsearchBaseClient(ElasticsearchConfig.EsConfig) - 类的构造器 com.abasecode.opencode.es.ElasticsearchBaseClient
-
Instantiation
- ElasticsearchConfig - com.abasecode.opencode.es.config中的类
- ElasticsearchConfig() - 类的构造器 com.abasecode.opencode.es.config.ElasticsearchConfig
- ElasticsearchConfig.EsConfig - com.abasecode.opencode.es.config中的类
- ElasticsearchUtil - com.abasecode.opencode.es.util中的类
- ElasticsearchUtil() - 类的构造器 com.abasecode.opencode.es.util.ElasticsearchUtil
- EnableCodeEs - com.abasecode.opencode.es.annotation中的Annotation Interface
- esConfig - 类中的变量 com.abasecode.opencode.es.ElasticsearchBaseClient
- esConfig() - 类中的方法 com.abasecode.opencode.es.config.ElasticsearchConfig
- EsConfig() - 类的构造器 com.abasecode.opencode.es.config.ElasticsearchConfig.EsConfig
G
- getHistogramBucketByJson(String, String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
get histogramBucket by json
- getList(List<String>) - 类中的静态方法 com.abasecode.opencode.es.util.ElasticsearchUtil
-
get list
from string list - getPassword() - 类中的方法 com.abasecode.opencode.es.config.ElasticsearchConfig.EsConfig
- getSearchRequest(String, String, PageRequest) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
get searchRequest by json
- getSearchResponse(String, String, PageRequest) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
get searchResponse
- getSearchResponse(String, String, PageRequest, Class<T>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
get searchResponse by json
- getStringTermsBucketByJson(String, String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
get stringTermsBucket by json
- getSuggestionsByJson(String, String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
get suggestion sets by json
- getUris() - 类中的方法 com.abasecode.opencode.es.config.ElasticsearchConfig.EsConfig
- getUsername() - 类中的方法 com.abasecode.opencode.es.config.ElasticsearchConfig.EsConfig
H
- hasDocExist(String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
Check if the doc exists
- hasIndexExist(String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
check if the index exists
- hasScriptExist(String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
check script exist
I
P
- PAGE_ONE - 类中的静态变量 com.abasecode.opencode.es.ElasticsearchBaseClient
- PAGE_SIZE - 类中的静态变量 com.abasecode.opencode.es.ElasticsearchBaseClient
- password - 类中的变量 com.abasecode.opencode.es.config.ElasticsearchConfig.EsConfig
Q
- queryById(String, String, Class<T>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
query by id
- queryByJson(String, String, Class<T>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
query by json
- queryByJsonWithPage(String, String, Integer, Integer, Class<T>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
query by json with page
- queryByJsonWithPage(String, String, PageRequest, Class<T>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
query by json with page
- queryByKeywordSimple(String, String, String, Class<T>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
query by keyword simple match
- queryByScriptTemplate(String, String, Map<String, JsonData>, Class<T>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
query by script template
- queryByScriptTemplate(Function<SearchTemplateRequest.Builder, ObjectBuilder<SearchTemplateRequest>>, Class<T>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
query by script template
- queryBySimpleTemplate(String, String, String, Class<T>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
query by simple script template
- queryFieldsByJson(String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
query fields by json.
- queryFieldsByJsonWithPage(String, String, Integer, Integer) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
query by json with page notice: Json must specify the fields to be returned
- queryFieldsByJsonWithPage(String, String, PageRequest) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
query fields by json with page notice: Json must specify the fields to be returned
R
- readJson(InputStream, ElasticsearchClient) - 类中的静态方法 com.abasecode.opencode.es.util.ElasticsearchUtil
-
read json from stream
S
- saveOrUpdateDoc(String, T) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
save or upate by T
- saveOrUpdateDoc(String, T, boolean) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
save or update by T
- saveOrUpdateDocBulkWithJson(String, List<String>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
save or update doc by list
- saveOrUpdateDocBulkWithJsonFiles(String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
save or update doc by bulk mode Note: json needs to be configured with id
- saveOrUpdateDocBulkWithList(String, List<T>) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
save or update doc by List
- saveOrUpdateDocByJson(String, String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
save or update doc
- saveOrUpdateDocByJson(String, String, String, Boolean) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
save or update doc
- saveOrUpdateDocByJsonFile(String, String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
save or update doc by json file
- saveOrUpdateDocByJsonFile(String, String, String, Boolean) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
save or update doc by json file
- SIMPLE_SCRIPT_ID - 类中的静态变量 com.abasecode.opencode.es.ElasticsearchBaseClient
T
- transport - 类中的变量 com.abasecode.opencode.es.ElasticsearchBaseClient
U
- updateByQuery(String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
get UpdateByQueryResponse
- updateByQueryWithJson(String, String) - 类中的方法 com.abasecode.opencode.es.ElasticsearchBaseClient
-
update by query with json
- uris - 类中的变量 com.abasecode.opencode.es.config.ElasticsearchConfig.EsConfig
- username - 类中的变量 com.abasecode.opencode.es.config.ElasticsearchConfig.EsConfig
All Classes and Interfaces|常量字段值|所有程序包