mirror of https://github.com/apache/lucene.git
Change class to final
This commit is contained in:
parent
8ddc3ec123
commit
8d3a535802
|
@ -60,6 +60,7 @@ abstract class AbstractKnnVectorQuery extends Query {
|
||||||
|
|
||||||
/** the number of documents to find */
|
/** the number of documents to find */
|
||||||
protected final int k;
|
protected final int k;
|
||||||
|
|
||||||
/** the filter to be executed. when the filter is applied is up to the underlying knn index */
|
/** the filter to be executed. when the filter is applied is up to the underlying knn index */
|
||||||
protected final Query filter;
|
protected final Query filter;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue