junghoon-vans / spring-data-meilisearch

Provide support to increase developer productivity in Java when using Meilisearch. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.

Home Page:https://junghoon-vans.github.io/spring-data-meilisearch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support query methods

junghoon-vans opened this issue · comments

Description

Implement query methods, a core feature of spring data.

Solution

Use org.springframework.data.repository.query package of the Spring Data Core.

Alternatives

No response

Additional Context

Reference