Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure elastic search queries #45

Open
pirwlan opened this issue May 19, 2021 · 3 comments
Open

Configure elastic search queries #45

pirwlan opened this issue May 19, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@pirwlan
Copy link

pirwlan commented May 19, 2021

Dear @DarioBalinzo,

I was having a look at your repo and find it really useful, thank you!
Playing around with it, I could not find any way to configure specific search query to limit the retrieved documents. Am I overlooking something, or is this not possible at the moment?

@DarioBalinzo
Copy link
Owner

Hi @pirwlan, I'm happy to hear that!

You can limit the maximum number of document retrieved by the connector using the batch.max.rows settings as described in the documentation.

This setting control the amount of data that is fetched from elastic in a single request.

@kranthicdac
Copy link

Can we pass the query as a parameter in the connector to filter the data from the Elasticsearch index?

@DarioBalinzo DarioBalinzo self-assigned this Nov 14, 2021
@DarioBalinzo DarioBalinzo added the enhancement New feature or request label Nov 14, 2021
@DarioBalinzo DarioBalinzo added this to the 1.5.0 milestone Nov 14, 2021
@DarioBalinzo
Copy link
Owner

Yes, I will implement it in the next version of the connector among the other requests. I will probably ship the new version at the beginning of the 2022. If you need this feature to be prioritized please consider a small donation to the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants