OpenSearch/docs/reference
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
..
analysis Wrong link to Token Filter 2013-12-03 10:39:13 +01:00
cat [DOCS] Linked cat-pending to cluster-pending 2013-12-02 15:29:47 +01:00
cluster [DOCS] Doc'ed cluster pending tasks 2013-11-29 08:21:26 +01:00
docs [DOCS] Documented rest.action.multi.allow_explicit_index 2013-11-27 17:33:09 +01:00
images add docs on new service.bat facility 2013-09-23 18:24:31 +03:00
index-modules [DOCS] Update store docs to indicate mmapfs is now the default on 64-bit Linux 2013-11-09 11:42:43 -07:00
indices Fix misspellings. 2013-11-14 20:10:36 -05:00
mapping Allow string fields to store token counts 2013-12-03 09:39:32 +01:00
modules [DOCS] Added elasticsearch-extended-analyze plugin 2013-11-21 09:48:00 +01:00
query-dsl Added execution option to `range` filter, with the `index` and `fielddata` as values. 2013-11-25 23:43:40 +01:00
search Add support for combining fields to the FVH 2013-12-03 11:10:01 +01:00
setup [DOCS] Extending setup as a service documentation 2013-10-29 13:58:06 +01:00
testing [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc [DOCS] Fixed typos and corrected grammar 2013-12-02 10:08:26 +01:00
cat.asciidoc [DOCS] Another cat?v change 2013-12-02 15:30:49 +01:00
cluster.asciidoc [DOCS] Doc'ed cluster pending tasks 2013-11-29 08:21:26 +01:00
docs.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc [DOCS] Added compound_on_flush docs and updated compound_format 2013-10-15 13:30:56 +02:00
index.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00
indices.asciidoc Add a GetFieldMapping API 2013-10-30 16:16:36 +01:00
mapping.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
modules.asciidoc Initial implementation of Snapshot/Restore API 2013-11-10 18:26:56 -05:00
query-dsl.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search.asciidoc [DOC] add doc for multi term vector api 2013-11-26 17:03:14 +01:00
setup.asciidoc add docs on new service.bat facility 2013-09-23 18:24:31 +03:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00