Change class to final

This commit is contained in:
Anh Dung Bui 2024-12-14 17:01:27 +09:00
parent 8ddc3ec123
commit 8d3a535802
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ abstract class AbstractKnnVectorQuery extends Query {
/** the number of documents to find */
protected final int k;
/** the filter to be executed. when the filter is applied is up to the underlying knn index */
protected final Query filter;