You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct vector-search doc to match current behavior
Address review feedback on PR opensearch-project#5363:
- filter_type=omitted section: describe the actual path (native DSL,
then ScriptQueryBuilder fallback executed server-side, and only then
in-memory evaluation when predicate translation itself fails), not
"falls back to in-memory" as the general case.
- Limitations: GROUP BY / aggregations are actively rejected by
VectorSearchIndexScanBuilder.pushDownAggregation, not merely
"not validated". Add outer-WHERE-on-subquery rejection, which is
also enforced by the same scan builder's validatePlan walker.
Signed-off-by: Eric Wei <mengwei.eric@gmail.com>
0 commit comments