Skip to content

SeaseLtd/solr-field-retrieval-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solr-field-retrieval-benchmark

For executing the benchmark you can follow the istructions below. You can find the full dataset used for the benchmark linked at https://github.com/tantivy-search/search-benchmark-game

run solr

solr start -a "-Dsolr.data.dir=benchmark" -f -s <cores-directory>

indexing

python index.py <data> # e.g. data_bench_small/wiki-1000.json

benchmark

python query.py <query-collection> # e.g. data_bench_small/queries-50.txt

plotting results

python plot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages