跳过导航链接
C D E F I S 

C

com.lmaye.starter.data.es - 程序包 com.lmaye.starter.data.es
 
com.lmaye.starter.data.es.repository - 程序包 com.lmaye.starter.data.es.repository
 
com.lmaye.starter.data.es.service - 程序包 com.lmaye.starter.data.es.service
 
com.lmaye.starter.data.es.service.impl - 程序包 com.lmaye.starter.data.es.service.impl
 
com.lmaye.starter.data.es.utils - 程序包 com.lmaye.starter.data.es.utils
 
convert(Query) - 类 中的静态方法com.lmaye.starter.data.es.utils.ElasticSearchUtil
转化请求查询对象为QueryBuilder
count(Query, Class<T>) - 接口 中的方法com.lmaye.starter.data.es.service.IElasticSearchService
Returns entities number matching the given Query.In case no match could be found, an zero
count(Query, Class<T>) - 类 中的方法com.lmaye.starter.data.es.service.impl.ElasticSearchServiceImpl
Returns entities number matching the given Query.In case no match could be found, an zero

D

deleteById(ID) - 接口 中的方法com.lmaye.starter.data.es.service.IElasticSearchService
Deletes the entity with the given id.
deleteById(ID) - 类 中的方法com.lmaye.starter.data.es.service.impl.ElasticSearchServiceImpl
Deletes the entity with the given id.

E

ElasticSearchAutoConfiguration - com.lmaye.starter.data.es中的类
-- Elasticsearch Configuration
ElasticSearchAutoConfiguration() - 类 的构造器com.lmaye.starter.data.es.ElasticSearchAutoConfiguration
 
ElasticSearchServiceImpl<R extends IElasticSearchRepository<T,ID>,T,ID extends Serializable> - com.lmaye.starter.data.es.service.impl中的类
-- ElasticSearch Service Impl
ElasticSearchServiceImpl(R) - 类 的构造器com.lmaye.starter.data.es.service.impl.ElasticSearchServiceImpl
 
ElasticSearchUtil - com.lmaye.starter.data.es.utils中的类
-- Elasticsearch Utils
ElasticSearchUtil() - 类 的构造器com.lmaye.starter.data.es.utils.ElasticSearchUtil
 

F

findAll(Query, Class<T>) - 接口 中的方法com.lmaye.starter.data.es.service.IElasticSearchService
Returns all entities matching the given Query.
findAll(ListQuery, Class<T>) - 接口 中的方法com.lmaye.starter.data.es.service.IElasticSearchService
Returns a List of entities matching the given ListQuery.In case no match could be found, an empty List is returned.
findAll(Query, Class<T>) - 类 中的方法com.lmaye.starter.data.es.service.impl.ElasticSearchServiceImpl
Returns all entities matching the given Query.
findAll(ListQuery, Class<T>) - 类 中的方法com.lmaye.starter.data.es.service.impl.ElasticSearchServiceImpl
Returns a List of entities matching the given ListQuery.In case no match could be found, an empty List is returned.
findById(ID) - 接口 中的方法com.lmaye.starter.data.es.service.IElasticSearchService
Retrieves an entity by its id.
findById(ID) - 类 中的方法com.lmaye.starter.data.es.service.impl.ElasticSearchServiceImpl
Retrieves an entity by its id.
findPage(PageQuery, Class<T>) - 接口 中的方法com.lmaye.starter.data.es.service.IElasticSearchService
Returns a PageResult of entities matching the given PageQuery.In case no match could be found, an empty PageResult is returned.
findPage(PageQuery, Class<T>) - 类 中的方法com.lmaye.starter.data.es.service.impl.ElasticSearchServiceImpl
Returns a PageResult of entities matching the given PageQuery.In case no match could be found, an empty PageResult is returned.
findScrollAll(ListQuery, Class<T>) - 接口 中的方法com.lmaye.starter.data.es.service.IElasticSearchService
Returns a List of entities matching the given ListQuery.In case no match could be found, an empty List is returned.
findScrollAll(ListQuery, Class<T>) - 类 中的方法com.lmaye.starter.data.es.service.impl.ElasticSearchServiceImpl
Returns a List of entities matching the given ListQuery.In case no match could be found, an empty List is returned.
findScrollPage(PageQuery, Class<T>) - 接口 中的方法com.lmaye.starter.data.es.service.IElasticSearchService
Returns a PageResult of entities matching the given PageQuery.In case no match could be found, an empty PageResult is returned.
findScrollPage(PageQuery, Class<T>) - 类 中的方法com.lmaye.starter.data.es.service.impl.ElasticSearchServiceImpl
Returns a PageResult of entities matching the given PageQuery.In case no match could be found, an empty PageResult is returned.

I

IElasticSearchRepository<T,ID extends Serializable> - com.lmaye.starter.data.es.repository中的接口
-- Elasticsearch Repository Interface
IElasticSearchService<T,ID extends Serializable> - com.lmaye.starter.data.es.service中的接口
-- ElasticSearch Service
insertOrUpdate(S) - 接口 中的方法com.lmaye.starter.data.es.service.IElasticSearchService
Saves a given entity.
insertOrUpdate(S) - 类 中的方法com.lmaye.starter.data.es.service.impl.ElasticSearchServiceImpl
Saves a given entity.

S

saveAll(Iterable<S>) - 接口 中的方法com.lmaye.starter.data.es.service.IElasticSearchService
Saves all given entities.
saveAll(Iterable<S>) - 类 中的方法com.lmaye.starter.data.es.service.impl.ElasticSearchServiceImpl
Saves all given entities.
searchPage(RestHighLevelClient, PageQuery, Class<T>) - 类 中的静态方法com.lmaye.starter.data.es.utils.ElasticSearchUtil
分页查询 - 浅分页
searchScrollAll(RestHighLevelClient, ListQuery, long, Class<T>) - 类 中的静态方法com.lmaye.starter.data.es.utils.ElasticSearchUtil
获取结果集,返回SearchHit集合 - 使用游标
searchScrollPage(RestHighLevelClient, PageQuery, long, Class<T>) - 类 中的静态方法com.lmaye.starter.data.es.utils.ElasticSearchUtil
分页查询 - 深度查询(游标)
C D E F I S 
跳过导航链接

Copyright © 2020. All rights reserved.