Title: Evaluierung der Retrieval-Leistung einer Search Engine am Beispiel einer Media Library
Supervisor: Ruxandra Domenig
examples
directory cotains minimal working examples for Tika
and Lucene
.
git clone git@github.com:kressi/search-media.git
cd search-media
./gradlew build
- lucene mirrors
- Documentation
- A Short Introduction to Lucene
- http://search.cpan.org/~tbusch/Lucene-0.18/lib/Lucene.pm
- https://mkaz.github.io/2011/06/28/how-to-use-scala-and-lucene-to-create-a-basic-search-application/
- https://github.com/zouzias/lib-lucene-sugar
- https://wiki.apache.org/lucene-java
- https://github.com/macluq/HelloLucene/blob/master/src/main/java/HelloLucene/HelloLucene.java
- https://scottcote.wordpress.com/2015/09/08/update-for-lucenetutorial/
- http://www.developer.com/open/implement-data-indexing-and-search-with-lucene-and-solr.html
- https://lingpipe-blog.com/2014/03/08/lucene-4-essentials-for-text-search-and-indexing/
wget http://mirror.switch.ch/mirror/apache/dist/lucene/java/6.4.1/lucene-6.4.1.tgz
tar -zxvf lucene-6.4.1.tgz
cd lucene-6.4.1
- tika-python
- Tika & Lucene
- http://tika.apache.org/1.12/gettingstarted.html
- https://github.com/rickcrawford/lucene-example
wget http://mirror.switch.ch/mirror/apache/dist/tika/tika-app-1.14.jar
- https://github.com/tarzanek/luke
- https://github.com/DmitryKey/luke
- http://www.getopt.org/luke/
- https://lucene.apache.org/core/3_5_0/contributions.html
- https://lingpipe-blog.com/2012/07/24/using-luke-the-lucene-index-browser-to-develop-search-queries/
Install Luke
git clone https://github.com/DmitryKey/luke.git
cd luke
mvn install
Run Luke with
./luke.sh