An open API service indexing awesome lists of open source software.

https://github.com/bitfunnel/lucenerunner

Quick hack to run some queries with Lucene
https://github.com/bitfunnel/lucenerunner

Last synced: over 1 year ago
JSON representation

Quick hack to run some queries with Lucene

Awesome Lists containing this project

README

          

This is a quick "script" for ingesting BitFunnel chunk files and running a query log. This is currently intended for internal use only.

~~~
mvn package
java -cp target/lucene-runner-1.0-SNAPSHOT.jar org.bitfunnel.runner.LuceneRunner [manifest-file] [query-log] [num-threads]
~~~