The icon of the organisation
Solr
Allows your application to interact with Solr with simple high-level methods.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.solr:quarkus-solr

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.solr:quarkus-solr"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.solr:quarkus-solr"