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
- Host: GitHub
- URL: https://github.com/bitfunnel/lucenerunner
- Owner: BitFunnel
- Created: 2016-12-26T00:19:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T04:39:37.000Z (about 9 years ago)
- Last Synced: 2025-01-21T13:07:25.744Z (over 1 year ago)
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
~~~