mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-27 18:56:31 +08:00
## Summary - batch `DocMetadataService._search_metadata()` requests whose `condition["id"]` list exceeds 10,000 IDs - combine the per-batch results so metadata reads, summaries, and batch updates avoid a single oversized Elasticsearch `terms` query - add regression coverage for 20,001 IDs, verifying three bounded backend searches and complete metadata results Fixes #17393