We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e32971 commit ccd3e25Copy full SHA for ccd3e25
lucene/core/src/java/org/apache/lucene/search/TwoPhaseKnnVectorQuery.java
@@ -27,7 +27,11 @@
27
import org.apache.lucene.util.ArrayUtil;
28
import org.apache.lucene.util.Bits;
29
30
-/** A subclass of KnnFloatVectorQuery which does oversampling and full-precision reranking. */
+/**
31
+ * A subclass of KnnFloatVectorQuery which does oversampling and full-precision reranking.
32
+ *
33
+ * @lucene.experimental
34
+ */
35
public class TwoPhaseKnnVectorQuery extends KnnFloatVectorQuery {
36
37
private final int originalK;
0 commit comments