1 repositorio
Methods for retrieving documents based on dynamic criteria, finder methods, and pagination.
Distinct from Dynamic Query Execution: Focuses on document retrieval patterns in search indices rather than runtime execution of recursive graph logic.
Explore 1 awesome GitHub repository matching data & databases · Document Retrieval Methods. Refine with filters or upvote what's useful.
Spring Data Elasticsearch is a data access library that maps Java objects to Elasticsearch indices. It functions as an object mapper, a repository abstraction, and a query DSL wrapper, providing both a standard and a reactive client for executing asynchronous search and persistence operations. The project distinguishes itself by automating data access through repository interfaces, which generate query logic based on method naming conventions. It enables the construction of complex search queries using a domain-specific language and supports advanced search capabilities such as vector similar
Retrieves documents using dynamic finder methods and criteria with built-in support for sorting and pagination.