|
This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Data Meilisearch 0.10.0! |
Meilisearch
This chapter describes the store-specific integration provided by Spring Data Meilisearch: client bootstrap, object mapping, operations, index lifecycle management, and index settings.
Where the repositories chapter focuses on the Spring Data repository abstraction, this chapter focuses on the native integration surface exposed through configuration support, mapping metadata, and MeilisearchOperations.
The main integration layers are:
-
Client configuration for JavaConfig and XML namespace bootstrap.
-
Object mapping for
@Document, mapping metadata, and conversion. -
Operations for document and search APIs through
MeilisearchOperations. -
Index operations for instance and index lifecycle APIs.
-
Settings for annotation-driven and runtime index settings.