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 33c5fcdCopy full SHA for 33c5fcd
lucene/core/src/java/org/apache/lucene/search/TwoPhaseKnnVectorQuery.java
@@ -27,7 +27,9 @@
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. */
+/** A subclass of KnnFloatVectorQuery which does oversampling and full-precision reranking.
31
+ * @lucene.experimental
32
+ **/
33
public class TwoPhaseKnnVectorQuery extends KnnFloatVectorQuery {
34
35
private final int originalK;
0 commit comments