1
0
Fork 0
arangodb/3rdParty/iresearch/utils
Andrey Abramov 595728ec1b
Bug fix/internal issue #605 (#9405)
* fix recovery

* update iresearch

* more fixes

* address review comments
2019-07-05 13:14:37 +03:00
..
CMakeLists.txt issue 511.6: update iresearch to 6e870904eae5eaf891359ed06e7332666c02cb19 (#7819) 2018-12-21 15:00:35 +03:00
README.md
common.cpp
common.hpp
index-benchmarks.cpp
index-convert.cpp
index-convert.hpp
index-dump.cpp
index-dump.hpp
index-put.cpp Bug fix/internal issue #565 (#9154) 2019-06-03 18:20:23 +03:00
index-put.hpp
index-search.cpp Bug fix/internal issue #605 (#9405) 2019-07-05 13:14:37 +03:00
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