OpenSearch/docs/reference/search
Jim Ferenczi 6184efaff6
Handle unmapped fields in _field_caps API (#34071) (#41426)
Today the `_field_caps` API returns the list of indices where a field
is present only if this field has different types within the requested indices.
However if the request is an index pattern (or an alias, or both...) there
is no way to infer the indices if the response contains only fields that have
the same type in all indices. This commit changes the response to always return
the list of indices in the response. It also adds a way to retrieve unmapped field
in a specific section per field called `unmapped`. This section is created for each field
that is present in some indices but not all if the parameter `include_unmapped` is set to
true in the request (defaults to false).
2019-04-25 18:13:48 +02:00
..
request Mention the cost of tracking live docs in scrolls (#41375) 2019-04-23 15:37:41 +01:00
suggesters [Docs] Delete explanation for completion suggester default analyzer choice (#36720) 2019-04-09 13:50:29 +02:00
count.asciidoc Deprecate types in count and msearch. (#35421) 2018-11-16 13:04:43 -08:00
explain.asciidoc Deprecate types in explain requests. (#35611) 2018-12-10 19:45:13 -08:00
field-caps.asciidoc Handle unmapped fields in _field_caps API (#34071) (#41426) 2019-04-25 18:13:48 +02:00
multi-search.asciidoc Fix typo in multi-search.asciidoc (#37060) 2019-01-02 10:32:42 +01:00
profile.asciidoc ProfileScorer should propagate `setMinCompetitiveScore`. (#40958) (#41302) 2019-04-17 16:11:14 +02:00
rank-eval.asciidoc [DOCS] Fix code block length for Asciidoctor migration (#41152) 2019-04-12 12:27:29 -04:00
request-body.asciidoc Fix order of request body search parameter names in documentation (#40777) 2019-04-09 16:35:45 +02:00
search-shards.asciidoc Default to one shard (#30539) 2018-05-14 12:22:35 -04:00
search-template.asciidoc Remove references to multiple types in the search documentation. (#34625) 2018-10-19 09:47:34 -07:00
search.asciidoc Remove references to multiple types in the search documentation. (#34625) 2018-10-19 09:47:34 -07:00
suggesters.asciidoc [Docs] Emphazise suggest behaviour with missing query part (#35393) 2018-11-28 12:01:27 +01:00
uri-request.asciidoc Track total hits up to 10,000 by default (#37466) 2019-01-25 13:45:39 +01:00
validate.asciidoc Use new bulk API endpoint in the docs (#37698) 2019-01-23 09:46:28 +01:00