kaiwangleo opened a new pull request, #997:
URL: https://github.com/apache/flink-agents/pull/997

   Linked issue: N/A (hotfix)
   
   ### Purpose of change
   
   Update stale Elasticsearch Vector Store Javadoc that incorrectly said the 
unified `filters` parameter was ignored.
   
   The documentation now describes the implemented behavior for `get`, 
`delete`, and `queryEmbedding`:
   
   - equality-only metadata matching;
   - mapping keys to `<metadataField>.<key>.keyword` term queries;
   - AND semantics across multiple entries;
   - AND composition with a raw JSON `filter_query`;
   - direct-ID behavior, where filters are not applied;
   - delete-all behavior when no IDs or filters are supplied.
   
   ### Tests
   
   - `git diff --check`
   - The changed `ElasticsearchVectorStore.java` passes Spotless formatting.
   - The module-level Spotless command continues to report only the unmodified 
`ElasticsearchVectorStoreTest.java`, whose checkout has CRLF line endings in 
the Windows-mounted workspace.
   
   No runtime tests were added because this is a documentation-only correction 
of behavior already covered by `testFiltersDsl`.
   
   ### API
   
   No public API or runtime behavior changes.
   
   ### Documentation
   
   - [ ] `doc-needed`
   - [ ] `doc-not-needed`
   - [x] `doc-included`
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   - [x] Yes
   - [ ] No
   
   Generated-by: OpenAI Codex Desktop 26.803.41515 (GPT-5.6 Sol)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to