Skip to content

Commit

Permalink
Make the Query experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
dungba88 committed Nov 17, 2024
1 parent 4e32971 commit ccd3e25
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
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;
Expand Down

0 comments on commit ccd3e25

Please sign in to comment.