Interface PhoneElasticSearchRepositoryCustom
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<PhoneDoc,PhoneSearchBean,String>
- All Known Subinterfaces:
PhoneElasticSearchRepository
- All Known Implementing Classes:
PhoneElasticSearchRepositoryImpl
public interface PhoneElasticSearchRepositoryCustom extends AbstractCustomElasticSearchRepository<PhoneDoc,PhoneSearchBean,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.domain.Page<String>
findUserIds(PhoneSearchBean sb, org.springframework.data.domain.Pageable pageable)
List<org.elasticsearch.index.query.QueryBuilder>
getNestedQueryBuilder(String prefix, PhoneSearchBean searchBean)
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.AbstractCustomElasticSearchRepository
allowReindex, count, findAll, findAllPageable, findBeans, findByIds, findByIdsPage, findIds, getDocumentClass, getPageable, isValidSearchBean, prepare
-
-
-
-
Method Detail
-
findUserIds
org.springframework.data.domain.Page<String> findUserIds(PhoneSearchBean sb, org.springframework.data.domain.Pageable pageable)
-
getNestedQueryBuilder
List<org.elasticsearch.index.query.QueryBuilder> getNestedQueryBuilder(String prefix, PhoneSearchBean searchBean)
-
-