We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ebc1a commit 3e1aaeeCopy full SHA for 3e1aaee
src/main/java/org/opensearch/knn/index/query/FilterIdsSelector.java
@@ -68,7 +68,7 @@ public enum FilterIdsSelectorType {
68
*
69
* Array Memory: Cardinality * Long.BYTES
70
* BitSet Memory: MaxId / Long.BYTES
71
- * When Array Memory <= BitSet Memory return FilterIdsSelectorType.BATCH
+ * When Array Memory less than or equal to BitSet Memory return FilterIdsSelectorType.BATCH
72
* Else return FilterIdsSelectorType.BITMAP;
73
74
* @param filterIdsBitSet Filter query result docs
0 commit comments