We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are currently two endpoints providing the same LTR statistics functionality:
/_ltr/_stats
/_plugins/_ltr/stats
Additionally, all files in src/main/java/com/o19s/es/ltr/stats are marked for deprecation in 3.0.0 and are only being used in test cases. Duplication for the same can be found in src/main/java/org/opensearch/ltr/stats
src/main/java/com/o19s/es/ltr/stats
src/main/java/org/opensearch/ltr/stats
com.o19s.es.ltr.stats
org.opensearch.ltr.stats
The text was updated successfully, but these errors were encountered:
@JohannesDaniel Do you want to take this up? Thanks!
Sorry, something went wrong.
JohannesDaniel
No branches or pull requests
Description
There are currently two endpoints providing the same LTR statistics functionality:
/_ltr/_stats
/_plugins/_ltr/stats
Additionally, all files in
src/main/java/com/o19s/es/ltr/stats
are marked for deprecation in 3.0.0 and are only being used in test cases.Duplication for the same can be found in
src/main/java/org/opensearch/ltr/stats
Current State
/_ltr/_stats
endpoint is not exposed./_plugins/_ltr/stats
which is exposed.com.o19s.es.ltr.stats
which is marked for deprecation is only used in test casesProposed Solution
Preferred Approach
/_ltr/_stats
endpoint and related code/_plugins/_ltr/stats
endpoint/_ltr/_stats
as a legacy endpoint (can be added here)com.o19s.es.ltr.stats
)org.opensearch.ltr.stats
Alternative Approach
/_ltr/_stats
endpointQuestions to Consider
/_ltr/_stats
endpoint, if we decide to deprecate it, should we provide a deprecation notice period?com.o19s.es.ltr.stats
)?The text was updated successfully, but these errors were encountered: