跳过导航链接
A B C D E F G H I J L M O P Q R S T U V 

A

AbstractESCRegister - org.zxp.esclientrhl.auto.util中的类
program: esclientrhl description: author: X-Pacific zhang create: 2019-09-04 13:43
AbstractESCRegister() - 类 的构造器org.zxp.esclientrhl.auto.util.AbstractESCRegister
 
afterPropertiesSet() - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.RepositoryFactorySupport
 
AGG_RESULT_COUNT - 类 中的静态变量org.zxp.esclientrhl.util.Constant
 
aggs(String, AggsType, QueryBuilder, String) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
普通聚合查询 以bucket分组以aggstypes的方式metric度量
aggs(String, AggsType, QueryBuilder, String) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
aggs(String, AggsType, QueryBuilder, Class<T>, String) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
普通聚合查询,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用 以bucket分组以aggstypes的方式metric度量
aggs(String, AggsType, QueryBuilder, Class<T>, String, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
普通聚合查询,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
aggs(String, AggsType, QueryBuilder, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
以aggstypes的方式metric度量,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
aggs(String, AggsType, QueryBuilder, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
以aggstypes的方式metric度量,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
aggs(AggregationBuilder, QueryBuilder, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
通用(定制)聚合基础方法,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
aggs(AggregationBuilder, QueryBuilder, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
通用(定制)聚合基础方法,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
aggs(String, AggsType, QueryBuilder, Class<T>, String) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
aggs(String, AggsType, QueryBuilder, Class<T>, String, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
aggs(String, AggsType, QueryBuilder, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
aggs(String, AggsType, QueryBuilder, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
aggs(AggregationBuilder, QueryBuilder, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
aggs(AggregationBuilder, QueryBuilder, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
AggsType - org.zxp.esclientrhl.enums中的枚举
program: esdemo description: 聚合metric类型枚举 author: X-Pacific zhang create: 2019-02-01 13:44
aggswith2level(String, AggsType, QueryBuilder, Class<T>, String[]) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
下钻聚合查询(无排序默认策略),请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用 以bucket分组以aggstypes的方式metric度量
aggswith2level(String, AggsType, QueryBuilder, Class<T>, String[], String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
下钻聚合查询(无排序默认策略),请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
aggswith2level(String, AggsType, QueryBuilder, Class<T>, String[]) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
aggswith2level(String, AggsType, QueryBuilder, Class<T>, String[], String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
Analyzer - org.zxp.esclientrhl.enums中的枚举
program: esdemo description: 分词器类型 author: X-Pacific zhang create: 2019-01-29 09:54
and(Sort) - 类 中的方法org.zxp.esclientrhl.repository.Sort
 
arrayISNULL(Object[]) - 类 中的静态方法org.zxp.esclientrhl.util.Tools
 
arraytostring(String[]) - 类 中的静态方法org.zxp.esclientrhl.util.Tools
 
Attach - org.zxp.esclientrhl.repository中的类
 
Attach() - 类 的构造器org.zxp.esclientrhl.repository.Attach
 

B

batchUpdate(QueryBuilder, T, Class, int, boolean) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
根据queryBuilder所查结果,按照有值字段更新索引
batchUpdate(QueryBuilder, T, Class, int, boolean) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
BeanTools - org.zxp.esclientrhl.util中的类
program: esdemo description: 类对象操作工具类 author: X-Pacific zhang create: 2019-01-23 11:49
BeanTools() - 类 的构造器org.zxp.esclientrhl.util.BeanTools
 
BULK_COUNT - 类 中的静态变量org.zxp.esclientrhl.util.Constant
 
bulkUpdate(List<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
更新索引集合
bulkUpdate(List<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
bulkUpdateBatch(List<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
更新索引集合(分批方式,提升性能,防止es服务内存溢出,每批默认5000条数据)
bulkUpdateBatch(List<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 

C

cardinality(String, QueryBuilder, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
基数查询,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
cardinality(String, QueryBuilder, long, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
基数查询,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
cardinality(String, QueryBuilder, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
基数查询,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
cardinality(String, QueryBuilder, long, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
基数查询,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
cardinality(String, QueryBuilder, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
cardinality(String, QueryBuilder, long, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
cardinality(String, QueryBuilder, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
cardinality(String, QueryBuilder, long, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
checkNested(List) - 类 中的静态方法org.zxp.esclientrhl.util.Tools
 
checkNested(Object) - 类 中的静态方法org.zxp.esclientrhl.util.Tools
 
COMPLETION_SUGGESTION_SIZE - 类 中的静态变量org.zxp.esclientrhl.util.Constant
 
completionSuggest(String, String) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
搜索建议
completionSuggest(String, String) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
completionSuggest(String, String, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
搜索建议Completion Suggester
completionSuggest(String, String, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
搜索建议Completion Suggester
completionSuggest(String, String, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
completionSuggest(String, String, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
Constant - org.zxp.esclientrhl.util中的类
program: esdemo description: 常量类 author: X-Pacific zhang create: 2019-01-22 09:52
Constant() - 类 的构造器org.zxp.esclientrhl.util.Constant
 
count(QueryBuilder) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
查询数量
count(QueryBuilder) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
count(QueryBuilder, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
查询数量
count(QueryBuilder, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
查询数量(跨索引)
count(QueryBuilder, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
count(QueryBuilder, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
createAlias(Class<T>) - 接口 中的方法org.zxp.esclientrhl.index.ElasticsearchIndex
创建Alias
createAlias(Class<T>) - 类 中的方法org.zxp.esclientrhl.index.ElasticsearchIndexImpl
 
CreateIndex - org.zxp.esclientrhl.auto.autoindex中的类
program: esdemo description: 用于扫描ESMetaData注解的类,并自动创建索引mapping 启动时调用,但如果需要让spring知道哪些bean配置了ESMetaData注解,需要ElasticProcessor author: X-Pacific zhang create: 2019-01-30 18:43
CreateIndex() - 类 的构造器org.zxp.esclientrhl.auto.autoindex.CreateIndex
 
createIndex(Class<T>) - 接口 中的方法org.zxp.esclientrhl.index.ElasticsearchIndex
创建索引
createIndex(Map<String, String>, Map<String, String[]>, String, String) - 接口 中的方法org.zxp.esclientrhl.index.ElasticsearchIndex
创建索引
createIndex(Class<T>) - 类 中的方法org.zxp.esclientrhl.index.ElasticsearchIndexImpl
 
createIndex(Map<String, String>, Map<String, String[]>, String, String) - 类 中的方法org.zxp.esclientrhl.index.ElasticsearchIndexImpl
 
createInstance() - 类 中的方法org.zxp.esclientrhl.config.ElasticSearchConfiguration
 
createScroll(QueryBuilder, Class<T>, Long, Integer) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
scroll方式查询,创建scroll
createScroll(QueryBuilder, Class<T>, Long, Integer, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
scroll方式查询,创建scroll
createScroll(QueryBuilder, Class<T>, Long, Integer) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
createScroll(QueryBuilder, Class<T>, Long, Integer, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 

D

DataType - org.zxp.esclientrhl.enums中的枚举
program: esdemo description: es字段数据结构 author: X-Pacific zhang create: 2019-01-25 16:58
dateHistogramAggs(String, AggsType, QueryBuilder, Class<T>, String, DateHistogramInterval) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
日期直方图聚合,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
dateHistogramAggs(String, AggsType, QueryBuilder, Class<T>, String, DateHistogramInterval, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
日期直方图聚合,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
dateHistogramAggs(String, AggsType, QueryBuilder, Class<T>, String, DateHistogramInterval) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
dateHistogramAggs(String, AggsType, QueryBuilder, Class<T>, String, DateHistogramInterval, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
DEFALT_PAGE_SIZE - 类 中的静态变量org.zxp.esclientrhl.util.Constant
 
DEFAULT_ES_HOST - 类 中的静态变量org.zxp.esclientrhl.util.Constant
 
DEFAULT_KEYWORDS - 类 中的静态变量org.zxp.esclientrhl.util.Constant
 
DEFAULT_PERCSEGMENT - 类 中的静态变量org.zxp.esclientrhl.util.Constant
 
DEFAULT_SCROLL_PERPAGE - 类 中的静态变量org.zxp.esclientrhl.util.Constant
 
DEFAULT_SCROLL_TIME - 类 中的静态变量org.zxp.esclientrhl.util.Constant
 
delete(T) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
删除索引
delete(T) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
delete(T) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
删除索引
delete(T, String) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
删除索引(路由方式)
delete(T) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
delete(T, String) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
deleteByCondition(QueryBuilder, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
根据条件删除索引 https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high-document-delete-by-query.html#java-rest-high-document-delete-by-query-response
deleteByCondition(QueryBuilder, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
deleteById(M) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
删除索引
deleteById(M) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
deleteById(M, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
删除索引
deleteById(M, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
doScan(String...) - 类 中的方法org.zxp.esclientrhl.auto.autoindex.ESEntityScanner
 
Down - org.zxp.esclientrhl.repository中的类
program: esdemo description: 下钻聚合分析返回对象 author: X-Pacific zhang create: 2019-02-19 16:06
Down() - 类 的构造器org.zxp.esclientrhl.repository.Down
 
dropIndex(Class<T>) - 接口 中的方法org.zxp.esclientrhl.index.ElasticsearchIndex
删除索引
dropIndex(Class<T>) - 类 中的方法org.zxp.esclientrhl.index.ElasticsearchIndexImpl
 

E

ElasticSearchConfiguration - org.zxp.esclientrhl.config中的类
program: esdemo description: 自动配置注入restHighLevelClient author: X-Pacific zhang create: 2019-01-07 14:09
ElasticSearchConfiguration() - 类 的构造器org.zxp.esclientrhl.config.ElasticSearchConfiguration
 
ElasticsearchIndex<T> - org.zxp.esclientrhl.index中的接口
program: esdemo description: 索引结构基础方法接口 author: X-Pacific zhang create: 2019-01-25 16:52
ElasticsearchIndexImpl<T> - org.zxp.esclientrhl.index中的类
program: esdemo description: 索引结构基础方法实现类 author: X-Pacific zhang create: 2019-01-29 10:05
ElasticsearchIndexImpl() - 类 的构造器org.zxp.esclientrhl.index.ElasticsearchIndexImpl
 
ElasticsearchProperties - org.zxp.esclientrhl.config中的类
 
ElasticsearchProperties() - 类 的构造器org.zxp.esclientrhl.config.ElasticsearchProperties
 
ElasticsearchTemplate<T,M> - org.zxp.esclientrhl.repository中的接口
program: esdemo description: Elasticsearch基础功能组件 author: X-Pacific zhang create: 2019-01-18 16:01
ElasticsearchTemplateImpl<T,M> - org.zxp.esclientrhl.repository中的类
program: esdemo description: Elasticsearch基础功能组件实现类 author: X-Pacific zhang create: 2019-01-18 16:04
ElasticsearchTemplateImpl() - 类 的构造器org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
ElasticsearchTemplateImpl.PhraseSuggestParam - org.zxp.esclientrhl.repository中的类
 
EnableESTools - org.zxp.esclientrhl.annotation中的注释类型
program: esdemo description: springboot启动类配置该注解,该注解有两个作用 作用1:引入自动配置的restHighLevelClient 作用2:配置entityPath以识别es entity自动创建索引以及mapping(如果不配置,则按照Main方法的路径包进行扫描) 作用3:引入ESToolsRegistrar准备实现切面实现接口的功能(参考JPA实现) author: X-Pacific zhang create: 2019-01-24 11:45
EnableESTools - org.zxp.esclientrhl.auto.util中的类
program: esclientrhl description: author: X-Pacific zhang create: 2019-09-05 10:37
EnableESTools() - 类 的构造器org.zxp.esclientrhl.auto.util.EnableESTools
 
ESCRegistrar - org.zxp.esclientrhl.auto中的类
program: esclientrhl description: 作用1:将范围内的接口准备作为springbean进行处理(有beanFactory辅助) 作用2:将实体类扫描并托管给spring管理 author: X-Pacific zhang create: 2019-04-16 15:24
ESCRegistrar() - 类 的构造器org.zxp.esclientrhl.auto.ESCRegistrar
 
ESCRepository<T,M> - org.zxp.esclientrhl.auto.intfproxy中的接口
program: esclientrhl description: author: X-Pacific zhang create: 2019-09-02 17:29
ESEntityScanner - org.zxp.esclientrhl.auto.autoindex中的类
program: esdemo description: 扫描ESMetaData的注解的bean(就是es数据结构的实体类)给spring管理 author: X-Pacific zhang create: 2019-01-24 15:24
ESEntityScanner(BeanDefinitionRegistry) - 类 的构造器org.zxp.esclientrhl.auto.autoindex.ESEntityScanner
 
ESID - org.zxp.esclientrhl.annotation中的注释类型
program: esdemo description: ES entity 标识ID的注解,在es entity field上添加 author: X-Pacific zhang create: 2019-01-18 16:092
ESIndexProcessor - org.zxp.esclientrhl.auto.autoindex中的类
program: esdemo description: spring初始化完成后通过读取启动类EnableESTools注解上entity的路径(或者不配置,取启动类所在包),得到路径后委托ESEntityScanner扫描相关路径 ESCRegistrar进行调用 author: X-Pacific zhang create: 2019-01-30 17:22
ESIndexProcessor() - 类 的构造器org.zxp.esclientrhl.auto.autoindex.ESIndexProcessor
 
ESMapping - org.zxp.esclientrhl.annotation中的注释类型
program: esdemo description: 对应索引结构mapping的注解,在es entity field上添加 author: X-Pacific zhang create: 2019-01-25 16:57
ESMetaData - org.zxp.esclientrhl.annotation中的注释类型
program: esdemo description: es索引元数据的注解,在es entity class上添加 author: X-Pacific zhang create: 2019-01-18 16:12
execute(String, String) - 类 中的静态方法org.zxp.esclientrhl.util.HttpClientTool
执行http请求
execute(String, String, String, String) - 类 中的静态方法org.zxp.esclientrhl.util.HttpClientTool
执行http请求
exists(Class<T>) - 接口 中的方法org.zxp.esclientrhl.index.ElasticsearchIndex
索引是否存在
exists(Class<T>) - 类 中的方法org.zxp.esclientrhl.index.ElasticsearchIndexImpl
 
exists(M, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
id数据是否存在
exists(M, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 

F

field(String) - 类 中的方法org.zxp.esclientrhl.repository.HighLight
 
filterAggs(String, AggsType, QueryBuilder, Class<T>, FiltersAggregator.KeyedFilter[]) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
过滤器聚合,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用 new FiltersAggregator.KeyedFilter("men", QueryBuilders.termQuery("gender", "male"))
filterAggs(String, AggsType, QueryBuilder, Class<T>, FiltersAggregator.KeyedFilter[], String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
过滤器聚合,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用 new FiltersAggregator.KeyedFilter("men", QueryBuilders.termQuery("gender", "male"))
filterAggs(String, AggsType, QueryBuilder, Class<T>, FiltersAggregator.KeyedFilter...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
filterAggs(String, AggsType, QueryBuilder, Class<T>, FiltersAggregator.KeyedFilter[], String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 

G

gainAnnoInfo(AnnotationAttributes) - 类 中的静态方法org.zxp.esclientrhl.auto.util.EnableESTools
 
GeoEntity - org.zxp.esclientrhl.repository中的类
 
GeoEntity(double, double) - 类 的构造器org.zxp.esclientrhl.repository.GeoEntity
 
get_id() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.HitsBean
 
get_index() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.HitsBean
 
get_score() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.HitsBean
 
get_shards() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse
 
get_source() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.HitsBean
 
get_type() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.HitsBean
 
getAcceptHttpHeader() - 枚举 中的方法org.zxp.esclientrhl.enums.SqlFormat
 
getAliasIndex() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
getAnalyzer() - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl.PhraseSuggestParam
 
getAnalyzer() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
getBasePackage(AnnotationMetadata) - 类 中的方法org.zxp.esclientrhl.auto.ESCRegistrar
 
getBasePackage(AnnotationMetadata) - 类 中的方法org.zxp.esclientrhl.auto.util.AbstractESCRegister
必须子类实现,autoconfig方式不同
GetBasePackage - org.zxp.esclientrhl.auto.util中的类
program: esclientrhl description: 获取basepackage列表 author: X-Pacific zhang create: 2019-09-02 22:12
GetBasePackage(Class<? extends Annotation>) - 类 的构造器org.zxp.esclientrhl.auto.util.GetBasePackage
 
getBasePackage(AnnotationMetadata) - 类 中的方法org.zxp.esclientrhl.auto.util.GetBasePackage
获取repository的路径,如果获取不到就取main启动路径
getBasePackages() - 类 中的静态方法org.zxp.esclientrhl.auto.util.EnableESTools
 
getById(M) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
根据ID查询
getById(M) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
getById(M, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
根据ID查询
getById(M, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
getCandidates(AnnotationMetadata, BeanDefinitionRegistry, Environment, ResourceLoader) - 类 中的方法org.zxp.esclientrhl.auto.util.AbstractESCRegister
扫描ESCRepository接口的类型并作为候选人返回
getConfidence() - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl.PhraseSuggestParam
 
getCopy_to() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
getCurrentPage() - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
getCurrentPage() - 类 中的方法org.zxp.esclientrhl.repository.PageSortHighLight
 
getDatatype() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
getDirection() - 类 中的方法org.zxp.esclientrhl.repository.Sort.Order
 
getDomainClass() - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
getEntityPackage(AnnotationMetadata) - 类 中的方法org.zxp.esclientrhl.auto.util.GetBasePackage
获取实体类的路径,如果获取不到就取main启动路径
getEntityPath() - 类 中的静态方法org.zxp.esclientrhl.auto.util.EnableESTools
 
getEntityPathsMap() - 类 中的静态方法org.zxp.esclientrhl.auto.util.GetBasePackage
 
getESId(Object) - 类 中的静态方法org.zxp.esclientrhl.util.Tools
根据对象中的注解获取ID的字段值
getExcludes() - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
getFailed() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.ShardsBean
 
getField_name() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
getFieldValue(Object) - 类 中的静态方法org.zxp.esclientrhl.util.Tools
获取o中所有的字段有值的map组合
getFormat() - 枚举 中的方法org.zxp.esclientrhl.enums.SqlFormat
 
getHighLight() - 类 中的方法org.zxp.esclientrhl.repository.PageSortHighLight
 
getHighLightList() - 类 中的方法org.zxp.esclientrhl.repository.HighLight
 
getHits() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse
 
getHits() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX
 
getHost() - 类 中的方法org.zxp.esclientrhl.config.ElasticsearchProperties
 
getIdClass() - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
getIgnore_above() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
getIncludes() - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
getIndexname() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
getIndexType(Class<?>) - 类 中的静态方法org.zxp.esclientrhl.util.IndexTools
获取索引元数据:indexname、indextype
getIndextype() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
getLat() - 类 中的方法org.zxp.esclientrhl.repository.GeoEntity
 
getLevel_1_key() - 类 中的方法org.zxp.esclientrhl.repository.Down
 
getLevel_2_key() - 类 中的方法org.zxp.esclientrhl.repository.Down
 
getList() - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
getList() - 类 中的方法org.zxp.esclientrhl.repository.response.ScrollResponse
 
getLon() - 类 中的方法org.zxp.esclientrhl.repository.GeoEntity
 
getMappingData(Field) - 类 中的静态方法org.zxp.esclientrhl.util.IndexTools
获取配置于Field上的mapping信息,如果未配置注解,则给出默认信息
getMappingData(Class<?>) - 类 中的静态方法org.zxp.esclientrhl.util.IndexTools
批量获取配置于Field上的mapping信息,如果未配置注解,则给出默认信息
getMax_score() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX
 
getMaxErrors() - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl.PhraseSuggestParam
 
getMetaData(Class<?>) - 类 中的静态方法org.zxp.esclientrhl.util.IndexTools
获取索引元数据:indexname、indextype、主分片、备份分片数的配置
getNested_class() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
getNoValuePropertyNames(Object) - 类 中的静态方法org.zxp.esclientrhl.util.BeanTools
 
getNull_value() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
getNumber_of_replicas() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
getNumber_of_shards() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
getObject() - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.RepositoryFactorySupport
实现了FactoryBean可以将生成的代理bean托管给spring
getObjectType() - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.RepositoryFactorySupport
实现了FactoryBean可以将生成的代理bean托管给spring
getPageSize() - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
getPageSize() - 类 中的方法org.zxp.esclientrhl.repository.PageSortHighLight
 
getPageSortHighLight() - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
getPassword() - 类 中的方法org.zxp.esclientrhl.config.ElasticsearchProperties
 
getPostTag() - 类 中的方法org.zxp.esclientrhl.repository.HighLight
 
getPreTag() - 类 中的方法org.zxp.esclientrhl.repository.HighLight
 
getProperty() - 类 中的方法org.zxp.esclientrhl.repository.Sort.Order
 
getRelation() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.TotalBean
 
getRepository(Class<T>) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.RepositoryFactorySupport
 
getRolloverMaxIndexAgeCondition() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
getRolloverMaxIndexAgeTimeUnit() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
getRolloverMaxIndexDocsCondition() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
getRolloverMaxIndexSizeByteSizeUnit() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
getRolloverMaxIndexSizeCondition() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
getRouting() - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
getScrollId() - 类 中的方法org.zxp.esclientrhl.repository.response.ScrollResponse
 
getSearch_analyzer() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
getSearchIndexNames() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
getShardsConfig(Class<?>) - 类 中的静态方法org.zxp.esclientrhl.util.IndexTools
获取索引元数据:主分片、备份分片数的配置
getSkipped() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.ShardsBean
 
getSort() - 类 中的方法org.zxp.esclientrhl.repository.PageSortHighLight
 
getSortValues() - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
getSortValues() - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
getSuccessful() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.ShardsBean
 
getSuggestMode() - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl.PhraseSuggestParam
 
getSuperClassGenricType(Class) - 类 中的静态方法org.zxp.esclientrhl.util.Tools
通过反射,获得定义Class时声明的父类的范型参数的类型.
getSuperClassGenricType(Class, int) - 类 中的静态方法org.zxp.esclientrhl.util.Tools
通过反射,获得定义Class时声明的父类的范型参数的类型.
getTook() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse
 
getTotal() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX
 
getTotal() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.ShardsBean
 
getTotalElements() - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
getTotalPages() - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
getUsername() - 类 中的方法org.zxp.esclientrhl.config.ElasticsearchProperties
 
getValue() - 类 中的静态方法org.zxp.esclientrhl.auto.util.EnableESTools
 
getValue() - 类 中的方法org.zxp.esclientrhl.repository.Down
 
getValue() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.TotalBean
 
getWriteIndex() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 

H

HighLight - org.zxp.esclientrhl.repository中的类
program: esdemo description: 高亮对象封装 author: X-Pacific zhang create: 2019-01-23 11:13
HighLight() - 类 的构造器org.zxp.esclientrhl.repository.HighLight
 
HIGHLIGHT_TAG - 类 中的静态变量org.zxp.esclientrhl.util.Constant
 
histogramAggs(String, AggsType, QueryBuilder, Class<T>, String, double) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
直方图聚合,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
histogramAggs(String, AggsType, QueryBuilder, Class<T>, String, double, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
直方图聚合,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
histogramAggs(String, AggsType, QueryBuilder, Class<T>, String, double) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
histogramAggs(String, AggsType, QueryBuilder, Class<T>, String, double, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
HitsBean() - 类 的构造器org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.HitsBean
 
HitsBeanX() - 类 的构造器org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX
 
HttpClientTool - org.zxp.esclientrhl.util中的类
 
HttpClientTool() - 类 的构造器org.zxp.esclientrhl.util.HttpClientTool
 

I

IndexTools - org.zxp.esclientrhl.util中的类
program: esdemo description: 索引信息操作工具类 author: X-Pacific zhang create: 2019-01-29 14:29
IndexTools() - 类 的构造器org.zxp.esclientrhl.util.IndexTools
 
isAlias() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
isAllow_search() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
isCandidateComponent(AnnotatedBeanDefinition) - 类 中的方法org.zxp.esclientrhl.auto.autoindex.ESEntityScanner
 
isKeyword() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
isNgram() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
isPrintLog() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
isPrintregmsg() - 类 中的静态方法org.zxp.esclientrhl.auto.util.EnableESTools
 
isRollover() - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
isSearchAfter() - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
isSuggest() - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
isTimed_out() - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse
 
isTrackTotalHits() - 类 中的方法org.zxp.esclientrhl.repository.Attach
 

J

JsonUtils - org.zxp.esclientrhl.util中的类
jackson序列化、反序列化工具
JsonUtils() - 类 的构造器org.zxp.esclientrhl.util.JsonUtils
 

L

listOrders() - 类 中的方法org.zxp.esclientrhl.repository.Sort
 

M

MappingData - org.zxp.esclientrhl.util中的类
program: esdemo description: mapping注解对应的数据载体类 author: X-Pacific zhang create: 2019-01-29 15:09
MappingData() - 类 的构造器org.zxp.esclientrhl.util.MappingData
 
mapToObject(Map, Class<?>) - 类 中的静态方法org.zxp.esclientrhl.util.BeanTools
 
MetaData - org.zxp.esclientrhl.util中的类
元数据载体类
MetaData(String, String) - 类 的构造器org.zxp.esclientrhl.util.MetaData
 
MetaData(String, String, int, int) - 类 的构造器org.zxp.esclientrhl.util.MetaData
 
MetaData(int, int) - 类 的构造器org.zxp.esclientrhl.util.MetaData
 
mgetById(M[], Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
根据ID列表批量查询
mgetById(M[], Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 

O

obj2String(T) - 类 中的静态方法org.zxp.esclientrhl.util.JsonUtils
 
objectToMap(Object) - 类 中的静态方法org.zxp.esclientrhl.util.BeanTools
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.zxp.esclientrhl.auto.autoindex.CreateIndex
扫描ESMetaData注解的类,并自动创建索引mapping
Order(SortOrder, String) - 类 的构造器org.zxp.esclientrhl.repository.Sort.Order
 
org.zxp.esclientrhl.annotation - 程序包 org.zxp.esclientrhl.annotation
 
org.zxp.esclientrhl.auto - 程序包 org.zxp.esclientrhl.auto
 
org.zxp.esclientrhl.auto.autoindex - 程序包 org.zxp.esclientrhl.auto.autoindex
 
org.zxp.esclientrhl.auto.intfproxy - 程序包 org.zxp.esclientrhl.auto.intfproxy
 
org.zxp.esclientrhl.auto.util - 程序包 org.zxp.esclientrhl.auto.util
 
org.zxp.esclientrhl.config - 程序包 org.zxp.esclientrhl.config
 
org.zxp.esclientrhl.enums - 程序包 org.zxp.esclientrhl.enums
 
org.zxp.esclientrhl.index - 程序包 org.zxp.esclientrhl.index
 
org.zxp.esclientrhl.repository - 程序包 org.zxp.esclientrhl.repository
 
org.zxp.esclientrhl.repository.response - 程序包 org.zxp.esclientrhl.repository.response
 
org.zxp.esclientrhl.util - 程序包 org.zxp.esclientrhl.util
 

P

PageList<T> - org.zxp.esclientrhl.repository中的类
program: esdemo description: 分页对象封装 author: X-Pacific zhang create: 2019-01-21 17:06
PageList() - 类 的构造器org.zxp.esclientrhl.repository.PageList
 
PageSortHighLight - org.zxp.esclientrhl.repository中的类
program: esdemo description: 分页+排序+高亮对象封装 author: X-Pacific zhang create: 2019-01-21 17:09
PageSortHighLight(int, int) - 类 的构造器org.zxp.esclientrhl.repository.PageSortHighLight
 
PageSortHighLight(int, int, Sort) - 类 的构造器org.zxp.esclientrhl.repository.PageSortHighLight
 
percentileRanksAggs(String, QueryBuilder, Class<T>, double[]) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
以百分等级聚合 (统计在多少数值之内占比多少),请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
percentileRanksAggs(String, QueryBuilder, Class<T>, double[], String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
以百分等级聚合 (统计在多少数值之内占比多少),请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
percentileRanksAggs(String, QueryBuilder, Class<T>, double...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
percentileRanksAggs(String, QueryBuilder, Class<T>, double[], String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
percentilesAggs(String, QueryBuilder, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
百分比聚合 默认聚合见Constant.DEFAULT_PERCSEGMENT,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
percentilesAggs(String, QueryBuilder, Class<T>, double[], String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
以百分比聚合,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
percentilesAggs(String, QueryBuilder, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
percentilesAggs(String, QueryBuilder, Class<T>, double[], String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
phraseSuggest(String, String, ElasticsearchTemplateImpl.PhraseSuggestParam, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
搜索建议phrase Suggester https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html
phraseSuggest(String, String, ElasticsearchTemplateImpl.PhraseSuggestParam, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
搜索建议phrase Suggester https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html
phraseSuggest(String, String, ElasticsearchTemplateImpl.PhraseSuggestParam, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
phraseSuggest(String, String, ElasticsearchTemplateImpl.PhraseSuggestParam, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
PhraseSuggestParam(int, float, String, String) - 类 的构造器org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl.PhraseSuggestParam
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.zxp.esclientrhl.auto.autoindex.ESIndexProcessor
已过时。

Q

queryBySQL(String, SqlFormat) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
通过sql进行查询
queryBySQL(String, SqlFormat) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
queryScroll(Class<T>, Long, String) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
scroll方式查询
queryScroll(Class<T>, Long, String) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 

R

registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.zxp.esclientrhl.auto.ESCRegistrar
模版方法模式
registerBeanDefinitions(BeanFactory, Environment, ResourceLoader, AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.zxp.esclientrhl.auto.util.AbstractESCRegister
 
registerDefaultFilters() - 类 中的方法org.zxp.esclientrhl.auto.autoindex.ESEntityScanner
 
RepositoryFactorySupport<T extends ESCRepository<S,ID>,S,ID> - org.zxp.esclientrhl.auto.intfproxy中的类
program: esclientrhl description: 用于生成ESCRepository的代理bean author: X-Pacific zhang create: 2019-09-02 23:09
RepositoryFactorySupport(Class<? extends T>) - 类 的构造器org.zxp.esclientrhl.auto.intfproxy.RepositoryFactorySupport
 
request(Request) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
通过Low Level REST Client 查询 https://www.elastic.co/guide/en/elasticsearch/client/java-rest/6.6/java-rest-low-usage-requests.html
request(Request) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
request(Request) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
通过Low Level REST Client 查询 https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-low-usage-requests.html
request(Request) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
rollover(Class<T>, boolean) - 接口 中的方法org.zxp.esclientrhl.index.ElasticsearchIndex
滚动索引
rollover(Class<T>, boolean) - 类 中的方法org.zxp.esclientrhl.index.ElasticsearchIndexImpl
 

S

save(T) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
新增索引
save(List<T>) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
新增索引集合
save(T) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
save(List<T>) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
save(T) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
新增索引
save(T, String) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
新增索引(路由方式)
save(List<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
新增索引集合
save(T) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
save(T, String) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
save(List<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
saveBatch(List<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
新增索引集合(分批方式,提升性能,防止es服务内存溢出,每批默认5000条数据)
saveBatch(List<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
saveTemplate(String, String) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
保存Template
saveTemplate(String, String) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
scan(AnnotationMetadata, BeanFactory, ApplicationContext) - 类 中的方法org.zxp.esclientrhl.auto.autoindex.ESIndexProcessor
扫描ESMetaData注解的类entitypath或根路径的entity托管给spring
scroll(QueryBuilder, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
已过时。
scroll(QueryBuilder, Class<T>, Long, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
已过时。
scroll(QueryBuilder, Class<T>, Long, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
scroll(QueryBuilder, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
ScrollResponse<T> - org.zxp.esclientrhl.repository.response中的类
 
ScrollResponse(List<T>, String) - 类 的构造器org.zxp.esclientrhl.repository.response.ScrollResponse
 
search(SearchRequest) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
【最原始】查询
search(QueryBuilder) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
非分页查询 目前暂时传入类类型
search(QueryBuilder, PageSortHighLight) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
支持分页、高亮、排序的查询
search(SearchRequest) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
search(QueryBuilder) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
search(QueryBuilder, PageSortHighLight) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
search(SearchRequest) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
原生查询
search(QueryBuilder, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
非分页查询
search(QueryBuilder, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
非分页查询(跨索引)
search(QueryBuilder, PageSortHighLight, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
支持分页、高亮、排序的查询
search(QueryBuilder, PageSortHighLight, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
支持分页、高亮、排序的查询(跨索引)
search(QueryBuilder, Attach, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
支持分页、高亮、排序、指定返回字段、路由的查询
search(QueryBuilder, Attach, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
支持分页、高亮、排序、指定返回字段、路由的查询(跨索引)
search(SearchRequest) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
search(QueryBuilder, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
search(QueryBuilder, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
search(QueryBuilder, PageSortHighLight, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
search(QueryBuilder, PageSortHighLight, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
search(QueryBuilder, Attach, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
search(QueryBuilder, Attach, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
searchMore(QueryBuilder, int) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
非分页查询,指定最大返回条数 目前暂时传入类类型
searchMore(QueryBuilder, int) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
searchMore(QueryBuilder, int, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
非分页查询,指定最大返回条数
searchMore(QueryBuilder, int, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
非分页查询(跨索引),指定最大返回条数
searchMore(QueryBuilder, int, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
searchMore(QueryBuilder, int, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
searchTemplate(Map<String, Object>, String, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
Template方式搜索,Template已经保存在script目录下
searchTemplate(Map<String, Object>, String, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
searchTemplateBySource(Map<String, Object>, String, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
Template方式搜索,Template内容以参数方式传入
searchTemplateBySource(Map<String, Object>, String, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
searchUri(String, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
通过uri querystring进行查询
searchUri(String, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
set_id(String) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.HitsBean
 
set_index(String) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.HitsBean
 
set_score(double) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.HitsBean
 
set_shards(UriResponse.ShardsBean) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse
 
set_source(Object) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.HitsBean
 
set_type(String) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.HitsBean
 
setAcceptHttpHeader(String) - 枚举 中的方法org.zxp.esclientrhl.enums.SqlFormat
 
setAlias(boolean) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setAliasIndex(String[]) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setAllow_search(boolean) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setAnalyzer(String) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl.PhraseSuggestParam
 
setAnalyzer(String) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setApplicationContext(ApplicationContext) - 类 中的方法org.zxp.esclientrhl.auto.autoindex.CreateIndex
 
setApplicationContext(ApplicationContext) - 类 中的方法org.zxp.esclientrhl.auto.ESCRegistrar
 
setApplicationContext(ApplicationContext) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.RepositoryFactorySupport
 
setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.RepositoryFactorySupport
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.RepositoryFactorySupport
 
setBeanFactory(BeanFactory) - 类 中的方法org.zxp.esclientrhl.auto.ESCRegistrar
 
setBeanFactory(BeanFactory) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.RepositoryFactorySupport
 
setConfidence(float) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl.PhraseSuggestParam
 
setCopy_to(String) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setCurrentPage(int) - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
setCurrentPage(int) - 类 中的方法org.zxp.esclientrhl.repository.PageSortHighLight
 
setDatatype(String) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setDomainClass(Class<T>) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
setEnvironment(Environment) - 类 中的方法org.zxp.esclientrhl.auto.ESCRegistrar
 
setExcludes(String[]) - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
setFailed(int) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.ShardsBean
 
setField_name(String) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setFormat(String) - 枚举 中的方法org.zxp.esclientrhl.enums.SqlFormat
 
setHighLight(HighLight) - 类 中的方法org.zxp.esclientrhl.repository.PageSortHighLight
 
setHits(List<UriResponse.HitsBeanX.HitsBean>) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX
 
setHits(UriResponse.HitsBeanX) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse
 
setHost(String) - 类 中的方法org.zxp.esclientrhl.config.ElasticsearchProperties
 
setIdClass(Class<M>) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
setIgnore_above(int) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setIncludes(String[]) - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
setIndexname(String) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setIndextype(String) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setKeyword(boolean) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setLat(double) - 类 中的方法org.zxp.esclientrhl.repository.GeoEntity
 
setLevel_1_key(String) - 类 中的方法org.zxp.esclientrhl.repository.Down
 
setLevel_2_key(String) - 类 中的方法org.zxp.esclientrhl.repository.Down
 
setList(List<T>) - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
setList(List<T>) - 类 中的方法org.zxp.esclientrhl.repository.response.ScrollResponse
 
setLon(double) - 类 中的方法org.zxp.esclientrhl.repository.GeoEntity
 
setMax_score(double) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX
 
setMaxErrors(int) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl.PhraseSuggestParam
 
setNested_class(Class) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setNgram(boolean) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setNull_value(String) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setNumber_of_replicas(int) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setNumber_of_shards(int) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setPageSize(int) - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
setPageSize(int) - 类 中的方法org.zxp.esclientrhl.repository.PageSortHighLight
 
setPageSortHighLight(PageSortHighLight) - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
setPassword(String) - 类 中的方法org.zxp.esclientrhl.config.ElasticsearchProperties
 
setPostTag(String) - 类 中的方法org.zxp.esclientrhl.repository.HighLight
 
setPreTag(String) - 类 中的方法org.zxp.esclientrhl.repository.HighLight
 
setPrintLog(boolean) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setRelation(String) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.TotalBean
 
setResourceLoader(ResourceLoader) - 类 中的方法org.zxp.esclientrhl.auto.ESCRegistrar
 
setResourceLoader(ResourceLoader) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.RepositoryFactorySupport
 
setRollover(boolean) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setRolloverMaxIndexAgeCondition(long) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setRolloverMaxIndexAgeTimeUnit(TimeUnit) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setRolloverMaxIndexDocsCondition(long) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setRolloverMaxIndexSizeByteSizeUnit(ByteSizeUnit) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setRolloverMaxIndexSizeCondition(long) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setRouting(String) - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
setScrollId(String) - 类 中的方法org.zxp.esclientrhl.repository.response.ScrollResponse
 
setSearch_analyzer(String) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setSearchAfter(boolean) - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
setSearchIndexNames(String[]) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
setSkipped(int) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.ShardsBean
 
setSort(Sort) - 类 中的方法org.zxp.esclientrhl.repository.PageSortHighLight
 
setSortValues(Object[]) - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
setSortValues(Object[]) - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
setSuccessful(int) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.ShardsBean
 
setSuggest(boolean) - 类 中的方法org.zxp.esclientrhl.util.MappingData
 
setSuggestMode(String) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl.PhraseSuggestParam
 
setTimed_out(boolean) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse
 
setTook(int) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse
 
setTotal(UriResponse.HitsBeanX.TotalBean) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX
 
setTotal(int) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.ShardsBean
 
setTotalElements(long) - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
setTotalPages(int) - 类 中的方法org.zxp.esclientrhl.repository.PageList
 
setTrackTotalHits(boolean) - 类 中的方法org.zxp.esclientrhl.repository.Attach
 
setUsername(String) - 类 中的方法org.zxp.esclientrhl.config.ElasticsearchProperties
 
setValue(Object) - 类 中的方法org.zxp.esclientrhl.repository.Down
 
setValue(int) - 类 中的方法org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.TotalBean
 
setWriteIndex(String) - 类 中的方法org.zxp.esclientrhl.util.MetaData
 
ShardsBean() - 类 的构造器org.zxp.esclientrhl.repository.response.UriResponse.ShardsBean
 
SimpleESCRepository<T,M> - org.zxp.esclientrhl.auto.intfproxy中的类
program: esclientrhl description: author: X-Pacific zhang create: 2019-09-03 13:21
SimpleESCRepository(ApplicationContext) - 类 的构造器org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
Sort - org.zxp.esclientrhl.repository中的类
program: esdemo description: 排序对象封装 author: X-Pacific zhang create: 2019-01-21 17:16
Sort(Sort.Order...) - 类 的构造器org.zxp.esclientrhl.repository.Sort
 
Sort.Order - org.zxp.esclientrhl.repository中的类
 
splitList(List<T>, boolean) - 类 中的静态方法org.zxp.esclientrhl.util.Tools
 
SqlFormat - org.zxp.esclientrhl.enums中的枚举
 
statsAggs(String, QueryBuilder, Class<T>) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
统计聚合metric度量,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
statsAggs(String, QueryBuilder, Class<T>, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
统计聚合metric度量,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
statsAggs(String, QueryBuilder, Class<T>, String) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
以bucket分组,统计聚合metric度量,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
statsAggs(String, QueryBuilder, Class<T>, String, String...) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
以bucket分组,统计聚合metric度量,请结合 https://gitee.com/zxporz/ESClientRHL/wikis/Elasticsearch-ESClientRHL 使用
statsAggs(String, QueryBuilder, Class<T>) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
statsAggs(String, QueryBuilder, Class<T>, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
statsAggs(String, QueryBuilder, Class<T>, String) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
statsAggs(String, QueryBuilder, Class<T>, String, String...) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
string2Obj(String, Class<T>) - 类 中的静态方法org.zxp.esclientrhl.util.JsonUtils
 
switchAliasWriteIndex(Class<T>, String) - 接口 中的方法org.zxp.esclientrhl.index.ElasticsearchIndex
切换Alias写入index
switchAliasWriteIndex(Class<T>, String) - 类 中的方法org.zxp.esclientrhl.index.ElasticsearchIndexImpl
 

T

Tools - org.zxp.esclientrhl.util中的类
program: esdemo description: 工具类 author: X-Pacific zhang create: 2019-01-18 16:23
Tools() - 类 的构造器org.zxp.esclientrhl.util.Tools
 
toString() - 枚举 中的方法org.zxp.esclientrhl.enums.SqlFormat
 
toString() - 类 中的方法org.zxp.esclientrhl.repository.Down
 
toString() - 类 中的方法org.zxp.esclientrhl.repository.GeoEntity
 
TotalBean() - 类 的构造器org.zxp.esclientrhl.repository.response.UriResponse.HitsBeanX.TotalBean
 

U

update(T) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
按照有值字段更新索引
update(T) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
update(T) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
按照有值字段更新索引
update(T) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
updateCover(T) - 接口 中的方法org.zxp.esclientrhl.auto.intfproxy.ESCRepository
覆盖更新索引
updateCover(T) - 类 中的方法org.zxp.esclientrhl.auto.intfproxy.SimpleESCRepository
 
updateCover(T) - 接口 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplate
覆盖更新索引
updateCover(T) - 类 中的方法org.zxp.esclientrhl.repository.ElasticsearchTemplateImpl
 
UriResponse - org.zxp.esclientrhl.repository.response中的类
 
UriResponse() - 类 的构造器org.zxp.esclientrhl.repository.response.UriResponse
 
UriResponse.HitsBeanX - org.zxp.esclientrhl.repository.response中的类
 
UriResponse.HitsBeanX.HitsBean - org.zxp.esclientrhl.repository.response中的类
 
UriResponse.HitsBeanX.TotalBean - org.zxp.esclientrhl.repository.response中的类
 
UriResponse.ShardsBean - org.zxp.esclientrhl.repository.response中的类
 

V

valueOf(String) - 枚举 中的静态方法org.zxp.esclientrhl.enums.AggsType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.zxp.esclientrhl.enums.Analyzer
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.zxp.esclientrhl.enums.DataType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.zxp.esclientrhl.enums.SqlFormat
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.zxp.esclientrhl.enums.AggsType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.zxp.esclientrhl.enums.Analyzer
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.zxp.esclientrhl.enums.DataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.zxp.esclientrhl.enums.SqlFormat
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G H I J L M O P Q R S T U V 
跳过导航链接

Copyright © 2020. All rights reserved.