max_cluster_size effecting the GlobalSearch and DynamicGlobalSearch #1502
Unanswered
gutihernandez
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
During global and dynamic-global searches, I've observed that communities whose total unique entity count exceeds max_cluster_size are missing from the query results. This appears to be a filtering issue that occurs at query time, not during the indexing phase.
Indexing Phase
Query Phase (Global/Dynamic-Global Search)
What I Want to Achieve
Specific Questions
Investigation Status
Any help in locating where this size-based filtering is happening during the query phase would be greatly appreciated. Has anyone encountered similar behaviour or knows where in the codebase this filtering might be implemented?
Beta Was this translation helpful? Give feedback.
All reactions