Skip to content

Conversation

@dafriz
Copy link
Contributor

@dafriz dafriz commented Jan 2, 2025

Similar to #1423 but for ElasticSearch which defaults to a size of 10

Fixes #1938

@ilayaperumalg ilayaperumalg self-assigned this Jan 15, 2025
@ilayaperumalg ilayaperumalg added this to the 1.0.0-M6 milestone Jan 15, 2025
import java.util.List;
import java.util.Map;
import java.util.UUID;
import java.util.*;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We avoid wildcard import. will fix when merging.

@ilayaperumalg
Copy link
Member

@dafriz Thanks for the PR fixing the issue. LGTM, tested and merged as 95675a8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TopK parameter not working for values larger than the default (ElasticSearch), only working has a client-side limit

2 participants