Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 862 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 862 Bytes

Proai SOLR Driver Build Status

Enables a SOLR index as a Proai data source.

Running

Via docker

Use Peppermint's docker compose: clone that project and run docker-compose up

Manually (high-level)

  • Build driver (see instructions below)
  • Deploy a SOLR index
  • Deploy Proai inside an application container
  • Configure and deploy the proai.properties into Proai.

Configuration

See comments in the Proai configuration

Building

  • Run: ./gradlew shadowJar. *-fat.jar will contain all dependencies.