OpenSearch/docs
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
..
community Add wabisabi to Scala clients. 2013-11-08 10:34:14 +01:00
groovy-api Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
java-api Dist. Percolation: Use .percolator instead of _percolator for type name 2013-11-05 20:02:59 +01:00
perl [Docs] Typo 2013-10-15 17:27:05 +02:00
python Fix misspellings. 2013-11-14 20:10:36 -05:00
reference Add support for combining fields to the FVH 2013-12-03 11:10:01 +01:00
river [DOCS] Fixed typo 2013-10-05 17:10:30 +02:00
ruby [DOCS] Added a basic information about the official Ruby client to documentation 2013-11-04 11:46:36 +01:00