spring-projects / spring-data-elasticsearch

Provide support to increase developer productivity in Java when using Elasticsearch. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-elasticsearch/
Apache License 2.0
2.9k stars 1.33k forks source link

How to test my improved nested queries #2921

Closed yxhwxn closed 2 weeks ago

yxhwxn commented 3 months ago

Currently, I am an undergraduate student in the Department of Computer Science at Kyung Hee University, South Korea.

I found a code improvement in the process of generating nested query from nested data model in Spring data elasticsearch. And we've made some improvements to the nested query creation process.

I want to evaluate the performance of nested query.

Do you have any recommendations on how to test the query?

sothawo commented 3 months ago

code improvement in the process of generating nested query

what exactly do you mean here?

yxhwxn commented 3 months ago

what exactly do you mean here?

I'll raise a new issue with my improved code, and I'll politely ask you more about testing methods at that time. Thank you for your response.