mirror of https://github.com/apache/lucene.git
Make the Query experimental
This commit is contained in:
parent
4e3297191b
commit
ccd3e25c62
|
@ -27,7 +27,11 @@ import org.apache.lucene.search.knn.KnnCollectorManager;
|
|||
import org.apache.lucene.util.ArrayUtil;
|
||||
import org.apache.lucene.util.Bits;
|
||||
|
||||
/** A subclass of KnnFloatVectorQuery which does oversampling and full-precision reranking. */
|
||||
/**
|
||||
* A subclass of KnnFloatVectorQuery which does oversampling and full-precision reranking.
|
||||
*
|
||||
* @lucene.experimental
|
||||
*/
|
||||
public class TwoPhaseKnnVectorQuery extends KnnFloatVectorQuery {
|
||||
|
||||
private final int originalK;
|
||||
|
|
Loading…
Reference in New Issue