1
0
Fork 0
arangodb/3rdParty/iresearch/utils
Andrey Abramov 1b64f03bf8 Bug fix/internal issue #327 (#4649) 2018-02-22 11:11:23 +01:00
..
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 Feature iresearch (#4105) 2018-01-19 14:23:58 +01:00
index-put.hpp
index-search.cpp Bug fix/internal issue #327 (#4649) 2018-02-22 11:11:23 +01:00
index-search.hpp
index-util.cpp
main.cpp Bug fix/internal issue #327 (#4649) 2018-02-22 11:11:23 +01:00

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