schon/core/elasticsearch
Egor fureunoir Gorbunov c263182414 Features: 1) Add seen_keys mechanism to avoid duplicate hits in Elasticsearch query results; 2) Introduce _collect_hits helper function for processing and storing hits; 3) Add exact-match queries for categories, brands, and products to improve search accuracy.
Fixes: 1) Prevent duplicate entries in hit processing by checking `seen_keys`.

Extra: Refactor query-building logic for consistency and readability; minor performance optimizations in query execution.
2025-10-16 15:19:13 +03:00
..
__init__.py Features: 1) Add seen_keys mechanism to avoid duplicate hits in Elasticsearch query results; 2) Introduce _collect_hits helper function for processing and storing hits; 3) Add exact-match queries for categories, brands, and products to improve search accuracy. 2025-10-16 15:19:13 +03:00
documents.py Features: 3.1.0 2025-10-14 16:46:09 +03:00