anti-social / elasticsearch-rescore-grouping-mixup

Apache License 2.0
6 stars 3 forks source link

Required updates to support es 7.7 #1

Closed spiritinlife closed 3 years ago

spiritinlife commented 3 years ago

I am not sure about this part.

@Override
        public boolean isResultDeterministic() {
            // PositionRecipScript does not use deterministic APIs so that means that results
            // are not cachable? @todo
            return true;
        }

Related resources about this https://github.com/elastic/elasticsearch/issues/49466 https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting-engine.html

anti-social commented 3 years ago

You can try releases for Elasticsearch 7.7.x:

Please let me know if all is ok with them.