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 Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
common.cpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
common.hpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
index-benchmarks.cpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
index-convert.cpp Feature/update iresearch (#6727) 2018-10-04 23:56:17 +03:00
index-convert.hpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
index-dump.cpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
index-dump.hpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
index-put.cpp Bug fix/internal issue #565 (#9154) 2019-06-03 18:20:23 +03:00
index-put.hpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
index-search.cpp Bug fix/internal issue #605 (#9405) 2019-07-05 13:14:37 +03:00
index-search.hpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
index-util.cpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
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