Christoph Büscher
3f78b3f5e1
[Docs] Explain incomplete dates in range queries ( #30689 )
...
The current documentation isn't very clear about how incomplete dates are
treated when specifying custom formats in a `range` query. This change adds a
note explaining how missing month or year coordinates translate to dates that
have the missings slots filled with unix time start date (1970-01-01)
Closes #30634
2018-05-24 11:20:00 +02:00
Isabel Drost-Fromm
4c02e97bcd
Add back doc execution to query dsl.
...
Relates to #18211
This reverts commit 20aafb1196
.
2016-05-24 12:43:41 +02:00
Isabel Drost-Fromm
20aafb1196
Revert "Add Autosense annotation for query dsl testing"
2016-05-17 20:55:56 +02:00
Isabel Drost-Fromm
ab4367c07e
Add CONSOLE to span queries.
...
... and range, and terms...
2016-05-10 12:59:44 +02:00
Isabel Drost-Fromm
a865090cf3
CONSOLE is the new AUTOSENSE
2016-05-10 12:42:17 +02:00
Isabel Drost-Fromm
e486560ea8
Add Autosense annotation for query dsl testing
...
this adds the autosense annotation to a couple of query dsl
docs files and fixes the snippets to work in the tests along
the way.
2016-05-10 11:54:48 +02:00
Rafał Bigaj
ead431f524
Duplicated colon was removed ( #17988 )
...
Hope this help :-)
2016-04-26 20:31:00 +02:00
André Carvalho
070c836dce
Gives more emphasys
2015-09-24 11:30:00 -03:00
André Carvalho
d90fc8f7fd
Documents that now is not affected by time_zone in range queries
2015-09-23 22:00:49 -03:00
Clinton Gormley
ac2b8951c6
Docs: Mapping docs completely rewritten for 2.0
2015-08-06 17:24:51 +02:00
Ryan Ernst
dba42a83e2
Docs: Update time_zone specification
...
closes #12317
2015-07-21 00:22:53 -07:00
Clinton Gormley
171687d207
Docs: Reorganised the Query DSL docs into families and explaing query vs filter context
2015-06-04 01:59:37 +02:00
Adrien Grand
a0af88e996
Query DSL: Remove filter parsers.
...
This commit makes queries and filters parsed the same way using the
QueryParser abstraction. This allowed to remove duplicate code that we had
for similar queries/filters such as `range`, `prefix` or `term`.
2015-05-07 20:14:34 +02:00