awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesDocument Retrieval Methods

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.

Awesome Document Retrieval Methods GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • spring-projects/spring-data-elasticsearchAvatar von spring-projects

    spring-projects/spring-data-elasticsearch

    2,959Auf GitHub ansehen↗

    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.

    Java
    Auf GitHub ansehen↗2,959
  1. Home
  2. Data & Databases
  3. Graph Querying
  4. Dynamic Query Execution
  5. Document Retrieval Methods