OpenSearch/docs/reference/search/request
Nik Everett 8e34057bc0 Add support for combining fields to the FVH
The Fast Vector Highlighter can combine matches on multiple fields to
highlight a single field using `matched_fields`.  This is most
intuitive for multifields that analyze the same string in different
ways.  Example:
{
    "query": {
        "query_string": {
            "query": "content.plain:running scissors",
            "fields": ["content"]
        }
    },
    "highlight": {
        "order": "score",
        "fields": {
            "content": {
                "matched_fields": ["content", "content.plain"],
                "type" : "fvh"
            }
        }
    }
}

Closes #3750
2013-12-03 11:10:01 +01:00
..
explain.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
fields.asciidoc [Docs] Added _source filtering to documentation 2013-11-26 19:16:24 +01:00
filter.asciidoc [DOCS] Fixed typos and corrected grammar 2013-12-02 10:08:26 +01:00
from-size.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
highlighting.asciidoc Add support for combining fields to the FVH 2013-12-03 11:10:01 +01: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 [DOCS] Moved "named filters/queries" up one level 2013-10-10 11:23:08 +02: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 [DOCS] Changed capitalization of operator in rescore query 2013-10-05 17:18:15 +02: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-type.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
sort.asciidoc [DOCS] Missing sort values now works for all field types 2013-09-04 23:20:55 +02:00
source-filtering.asciidoc [Docs] Added _source filtering to documentation 2013-11-26 19:16:24 +01:00
version.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00