Skip to content

Commit 33c5fcd

Browse files
committed
Make the Query experimental
1 parent 4e32971 commit 33c5fcd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lucene/core/src/java/org/apache/lucene/search/TwoPhaseKnnVectorQuery.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
import org.apache.lucene.util.ArrayUtil;
2828
import org.apache.lucene.util.Bits;
2929

30-
/** A subclass of KnnFloatVectorQuery which does oversampling and full-precision reranking. */
30+
/** A subclass of KnnFloatVectorQuery which does oversampling and full-precision reranking.
31+
* @lucene.experimental
32+
**/
3133
public class TwoPhaseKnnVectorQuery extends KnnFloatVectorQuery {
3234

3335
private final int originalK;

0 commit comments

Comments
 (0)