[X] I had searched in the issues and found no similar feature requirement.
Description
This topic was started by @hanahmily through #12507, which asked for no_sort in the index.
Within discussions, we noticed that elasticsearch also has a concept, called "doc_values": false
Use case
@ElasticSearch.DisableDocValues annotation could be considered.
Possible use cases
Value column of metrics.
Conditions of logs and traces(skywalking and zipkin) exclude latency and timestamp, which are used in sorting.
All searchable field in metadata(*_traffic)
Additionally, I hope this change could make effects on new indices(auto generated), and keep compatible with previous created indices.
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
[ ] Yes I am willing to submit a pull request on my own!
Search before asking
Description
This topic was started by @hanahmily through #12507, which asked for
no_sort
in the index. Within discussions, we noticed that elasticsearch also has a concept, called"doc_values": false
Use case
@ElasticSearch.DisableDocValues
annotation could be considered.Possible use cases
Additionally, I hope this change could make effects on new indices(auto generated), and keep compatible with previous created indices.
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
Code of Conduct