public interface SuggestionEventRepository extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<SuggestionEvent,String>
| Modifier and Type | Method and Description |
|---|---|
long |
deleteByCreationDateBetween(long from,
long to) |
long |
deleteByExpiryDateBetween(long from,
long to) |
Iterable<SuggestionEvent> |
findByTopic(String topic) |
org.springframework.data.domain.Page<SuggestionEvent> |
findByTopic(String topic,
org.springframework.data.domain.Pageable pageable) |
searchSimilarIterable<SuggestionEvent> findByTopic(String topic)
org.springframework.data.domain.Page<SuggestionEvent> findByTopic(String topic, org.springframework.data.domain.Pageable pageable)
long deleteByExpiryDateBetween(long from,
long to)
long deleteByCreationDateBetween(long from,
long to)
Copyright © 2025. All rights reserved.