elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.47k stars 24.88k forks source link

Turn RankFeatureShardPhase into utility class #117616

Closed original-brownbear closed 1 day ago

original-brownbear commented 1 day ago

This class has no state, no need to pass instances of it around all its members can be static to simplify node construction and the code overall.

elasticsearchmachine commented 1 day ago

Pinging @elastic/es-search-relevance (Team:Search Relevance)

original-brownbear commented 1 day ago

Thanks Panos!