quickwit-oss / search-benchmark-game

Search engine benchmark (Tantivy, Lucene, PISA, ...)
https://tantivy-search.github.io/bench/
MIT License
75 stars 36 forks source link

Add Bleve #14

Closed mosuka closed 4 years ago

mosuka commented 4 years ago

Add Bleve as a benchmark target.

fulmicoton commented 4 years ago

After indexing bleve-scorch seems successful (around 25 mn and 11 GB later), when I try to run make serve I am getting an error.

The only output is ERROR

Is there a env variable to get logs or something like that?

mosuka commented 4 years ago

Please wait for a while. I'll check it.

mosuka commented 4 years ago

@fulmicoton The reason is that do_query.go didn’t register the same analyzer as build_index.go at initialization. I Added the same analyzer to do_query.go. Please retry it. Sorry for the inconvenience.

fulmicoton commented 4 years ago

It works! Awesome! Thank you!