javanna
f5fb669a46
[DOCS] remove tip on indices query elements order
...
Since we parse queries on the coordinating node, the order of the elements doesn't count anymore.
2015-10-28 10:50:28 +01:00
Christoph Büscher
ca57763d2c
Update indices-query.asciidoc
2015-10-23 22:55:40 +02:00
Christoph Büscher
0362550fd7
Update indices-query.asciidoc
...
The current description of the query seemed confusing to some people (e.g. https://twitter.com/wielinde/status/654582620630687744 ), this is just a proposal to simplify it.
2015-10-23 21:14:52 +02: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