lior-k

Results 16 comments of lior-k

no reason. If you can submit a PR go ahead. I would appreciate the help. Just make sure unit tests pass. Thanks

sure, by using this elasticsearch feature: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search-request-min-score.html just add `min_score` to the query body

There is no need to use refresh=true in production. This plugin does not require that. Refresh=true just means the inserted doc is quariable immediately after insertion, which is a must...

right, thanks for clarifying. I was just able to recreate it in a test I have no clue at the moment as of why this unexpected change in behaviour in...

might be, worth testing. can you change the code, test it and issue a Pull-request?

Hi guys, I'm new to the whole operators world so bare with me. I know that this thread is old, but I'll give it a try: I understand that Kubernetes...