OpenSearch/docs/reference/search
Jim Ferenczi 3400483af4
Add date and date_nanos conversion to the numeric_type sort option (#40199) (#40224)
This change adds an option to convert a `date` field to nanoseconds resolution
 and a `date_nanos` field to millisecond resolution when sorting.
The resolution of the sort can be set using the `numeric_type` option of the
field sort builder. The conversion is done at the shard level and is restricted
to dates from 1970 to 2262 for the nanoseconds resolution in order to avoid
numeric overflow.
2019-03-20 16:50:28 +01:00
..
request Add date and date_nanos conversion to the numeric_type sort option (#40199) (#40224) 2019-03-20 16:50:28 +01:00
suggesters Edits to text in Phrase Suggester doc (#38966) 2019-02-20 12:35:21 +01: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 Fix typos in Field-Caps documentation (#38580) 2019-02-11 20:58:31 +01:00
multi-search.asciidoc Fix typo in multi-search.asciidoc (#37060) 2019-01-02 10:32:42 +01:00
profile.asciidoc Edits to text of Profile API documentation (#38742) 2019-02-13 10:08:50 +01:00
rank-eval.asciidoc [DOCS] Various spelling corrections (#37046) 2019-01-07 14:44:12 +01:00
request-body.asciidoc [DOCS] Replaces CCS terms with attributes (#40076) 2019-03-15 07:57:51 -07: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