All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.o19s.es.ltr.query.LtrRewritableQuery Maven / Gradle / Ivy

There is a newer version: 6.8.0
Show newest version
package com.o19s.es.ltr.query;

import com.o19s.es.ltr.ranker.LtrRanker;
import org.apache.lucene.search.Query;

import java.io.IOException;
import java.util.function.Supplier;

public interface LtrRewritableQuery {
    /**
     * Rewrite the query so that it holds the vectorSupplier
     */
    Query ltrRewrite(Supplier vectorSuppler) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy