🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java

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

var solr = new SolrContainer(DockerImageName.parse("solr:8.3.0"));
solr.start();