Hi,
I am using cleo with cleo-primer and I use the REST API both to add elements to the index, and to search them later. I stumbled across an annoying problem that I can't seem to figure out : the score associated to each element seems inconsistent.
It goes like this :
1. I start the server with no data first.
2. I use a script to add all my elements via the rest api.
3. When I test the autocomplete, the elements I attributed the highest score to appear first, great.
4. I shut the server down and restart it.
5. When I retest the autocomplete, it seems all my scores are gone. In the response I get from the API, all my elements have a score of 1.0E-7 that I never gave.
Does anybody have an idea of why the scores are modified after I restart the server ?
Thanks a lot !
Jeremie