OpenSearch/modules/rank-eval
Christoph Büscher 80532229a9
Move indices field from RankEvalSpec to RankEvalRequest (#28341)
Currently we store the indices specified in the request URL together with all
the other ranking evaluation specification in RankEvalSpec. This is not ideal
since e.g. the indices are not rendered to xContent and so cannot be parsed
back. Instead we should keep them in RankEvalRequest.
2018-03-19 16:26:02 +01:00
..
src Move indices field from RankEvalSpec to RankEvalRequest (#28341) 2018-03-19 16:26:02 +01:00
build.gradle Use SPI to provide named XContent parsers for ranking evaluation 2017-12-12 18:39:01 +01:00