OpenSearch/docs/reference/search/request
Nik Everett 3573822b7e Highlight fields in request order
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
2014-05-22 16:44:14 +02:00
..
explain.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
fielddata-fields.asciidoc Add the ability to retrieve fields from field data 2014-01-21 09:13:32 -07:00
fields.asciidoc The `fields` option should always return an array for json document fields and single valued field for metadata fields. 2014-01-03 17:29:12 +01:00
from-size.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
highlighting.asciidoc Highlight fields in request order 2014-05-22 16:44:14 +02:00
index-boost.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
min-score.asciidoc Changed the minScore comparator from > to >= 2013-11-29 20:29:20 +01:00
named-queries-and-filters.asciidoc Fix some typos in documentation. 2014-03-31 13:48:17 +02:00
post-filter.asciidoc Removed 0.90.* deprecation and addition notifications 2014-02-07 20:52:49 +01:00
preference.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
rescore.asciidoc Update Documentation Feature Flags [1.1.0] 2014-03-25 17:51:30 +01:00
script-fields.asciidoc [DOCS] Fixed typos and corrected grammar 2013-12-02 10:08:26 +01:00
scroll.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search-shards.asciidoc [DOCS] Add /_search_shards documentation 2014-04-22 08:54:32 -06:00
search-type.asciidoc Improved wording in search-type.asciidoc 2014-05-14 12:15:48 +02:00
sort.asciidoc [Docs] Remove `custom_score` from documentation and add a migration 2014-02-11 14:59:15 +01:00
source-filtering.asciidoc Fix confusing sentence 2014-02-03 17:20:40 +01:00
version.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00