Spring Data Elasticsearch - Quick Reference Full Reference : See advanced.md for aggregations, autocomplete/suggestions, bulk operations, index management, and Testcontainers integration. Deep Knowledge : Use with technology: for comprehensive documentation. Dependencies Configuration Document Mapping Repository Pattern Custom Queries ElasticsearchOperations Best Practices | Do | Don't | |----|-------| | Use appropriate field types | Map everything as text | | Define proper analyzers | Use default for all | | Use filters for exact matches | Use match for keywords | | Paginate large result set…