
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.
package org.codelibs.elasticsearch.dynarank.script.bucket;
import org.elasticsearch.search.internal.InternalSearchHit;
public interface Buckets {
InternalSearchHit[] getHits();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy