Package org.elasticsearch.search.rank.rerank
package org.elasticsearch.search.rank.rerank
-
ClassDescriptionthis base class acts as a wrapper for testing different rerankers, and their behavior when exceptions are thrown the main idea is that we: - index some documents, with a rank feature field and a search field - have a random initial scoring - rerank the results based on the rank feature field (converting String -> Float) - assert that the results are correctly reranked and that we properly close all resources