Closed as not planned
Description
Hello,
I have just updated my project to spring-boot 3.1 which brings spring-data 2023.0 which brings spring-data-elasticsearch:5.1.0.
In this PR fields of BaseQueryBuilder have been changed from protected to private and it breaks NativeSearchQueryBuilder from opensearch-project which extends it because it tries to access indicesOptions.
This is my first issue on an opensource project so maybe I'm wrong or it's opensearch-project which should adapt but for me this fields of BaseQueryBuilder should stay protected.