Description
Solr is an open-source enterprise-search platform that features full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, database integration, NoSQL features and rich document handling.Examples
Dependency:
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>solr</artifactId>
<version>1.20.0</version>
<scope>test</scope>
</dependency>
Usage:
var solr = new SolrContainer(DockerImageName.parse("solr:8.3.0"));
solr.start();