nzinfo / lucene_bench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lucene_bench

Lucene Benchmark

Build:

mvn clean package

Run:

./bin/run_idx_bench.sh <path to config file>

Configuration:

  • data.dir: source data file
  • index.dir: output index directory
  • docs.per.segment: number of documents to accumulate in memory before flushing to disk
  • rawstore: whether or not store raw data
  • docbuilder.class: factory class that converts a json to a Lucene document

See Example configuration files:

About


Languages

Language:Java 95.3%Language:Python 2.8%Language:Shell 1.9%