![JAR search and dependency download from the Maven repository](/logo.png)
se.l4.silo.search.ScoringQueryBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of silo-search-api Show documentation
Show all versions of silo-search-api Show documentation
API for Lucene-based querying for Silo.
The newest version!
package se.l4.silo.search;
import java.util.function.Function;
public interface ScoringQueryBuilder
{
void setReceiver(Function configReceiver);
Parent done();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy