T - ID - @NoRepositoryBean public interface ElasticsearchRepository<T,ID> extends PagingAndSortingRepository<T,ID>
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
searchSimilar(T entity,
String[] fields,
Pageable pageable)
Search for similar entities using a morelikethis query
|
findAll, findAllcount, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.