https://github.com/lanouettea/solr4j
Solr Server Launcher to embed Solr in a Java application
https://github.com/lanouettea/solr4j
java java-8 java8 solr solr-server
Last synced: 10 months ago
JSON representation
Solr Server Launcher to embed Solr in a Java application
- Host: GitHub
- URL: https://github.com/lanouettea/solr4j
- Owner: lanouettea
- License: apache-2.0
- Created: 2017-07-10T17:38:33.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-08-04T20:08:51.000Z (almost 9 years ago)
- Last Synced: 2024-11-17T13:04:18.443Z (over 1 year ago)
- Topics: java, java-8, java8, solr, solr-server
- Language: Java
- Homepage:
- Size: 122 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solr4J
Solr4J is a work-in-progress project that aims to embed a full [Solr](http://lucene.apache.org/solr/) server inside a
java application. This is not a Solr API or management tool, only management of the Solr server installation and support
for starting and stopping the server, as well as defining core templates using config sets.
For a Java API to use the Solr REST API, use the [SolrJ API](https://lucene.apache.org/solr/guide/6_6/using-solrj.html).
This project is heavily inspired of the [MariaDB4J project](https://github.com/vorburger/MariaDB4j), which does a similar
thing as this project, but to launch a MariaDB database from Java.