mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
3573822b7e
Because json objects are unordered this also adds an explicit order syntax that looks like "highlight": { "fields": [ {"title":{ /*params*/ }}, {"text":{ /*params*/ }} ] } This is not useful for any of the builtin highlighters but will be useful in plugins. Closes #4649