🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

Java

Community Modules

These modules are maintained by the community, outside of the Testcontainers project.

Description

Meilisearch is a flexible and powerful user-focused search engine that can be added to any website or application.

Examples

var meilisearch = new MeilisearchContainer(DockerImageName.parse("getmeili/meilisearch:latest"))
  .withMasterKey("masterKey");
meilisearch.start();