
org.codelibs.elasticsearch.dynarank.script.bucket.Buckets Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-dynarank Show documentation
Show all versions of elasticsearch-dynarank Show documentation
This plugin provides a feature to re-rank a search result at the search time.
The newest version!
package org.codelibs.elasticsearch.dynarank.script.bucket;
import org.elasticsearch.search.SearchHit;
public interface Buckets {
SearchHit[] getHits(final SearchHit[] searchHit);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy