Skip to content

fhopf/lucene-solr-talk

Repository files navigation

Demo Application for Lucene, Solr and Elasticsearch

This repository contains the example code I use for talks on Lucene, Solr and Elasticsearch. It consists of a subproject, lucene, that contains the logic for indexing and searching using Lucene. The subproject solr-indexer is used to index data in a running Solr instance, solr provides the configuration as well as some tests. web contains a very simple Dropwizard web app that can be used to query Lucene as well as Solr. The elasticsearch project is used to run the Elasticsearch instance, elasticsearch-indexer indexes data in Elasticsearch using the Java client.

See the README files in the individual projects for information on running the application. You need to have Gradle installed.

Note that this code is developed for demonstration purpose and doesn't necessarily reflect all aspects of how to implement a production search service.

About

Example code for my talk at JUG Karlsruhe

Resources

License

Stars

Watchers

Forks

Packages

No packages published