mirror of https://gitee.com/bigwinds/arangodb
* fix recovery * update iresearch * more fixes * address review comments |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
common.cpp | ||
common.hpp | ||
index-benchmarks.cpp | ||
index-convert.cpp | ||
index-convert.hpp | ||
index-dump.cpp | ||
index-dump.hpp | ||
index-put.cpp | ||
index-put.hpp | ||
index-search.cpp | ||
index-search.hpp | ||
index-util.cpp | ||
main.cpp |
README.md
Put lucene-util downloaded data into the index:
./index-put -m put --in ../../lucene-tests/data/enwiki-20120502-lines-1k.txt --index-dir index.dir --max-lines 10000 --threads 1 --commit-period=10000
Run benchmark on the index:
./index-search -m search --in ../../lucene-tests/util/tasks/wikimedium.1M.nostopwords.tasks --index-dir index.dir --max-tasks 1 --repeat 20 --threads 2 --random