Skip to content

Commit ccd3e25

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
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+
/**
31+
* A subclass of KnnFloatVectorQuery which does oversampling and full-precision reranking.
32+
*
33+
* @lucene.experimental
34+
*/
3135
public class TwoPhaseKnnVectorQuery extends KnnFloatVectorQuery {
3236

3337
private final int originalK;

0 commit comments

Comments
 (0)