A distributed, index based, search engine.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Install dependencies
mvn install
Run the server
mvn jetty:run
You can now connect to the API at http://localhost/api/test
JUnit is used for the tests. You can run it with Maven:
mvn test
not deployable yet...
The API documentation can be found here.
See also the list of contributors who participated in this project.