James Rodewig
80b674fb25
[DOCS] Reformat snippets to use two-space indents ( #59973 )
2020-07-21 12:24:26 -04:00
Mayya Sharipova
620996287a
Remove docs related to index time boosting ( #51704 )
...
As there is no really index time boosting,
as boost is only applied during query time,
this removes mentions of index time boosting.
2020-01-31 09:01:52 -05:00
James Rodewig
5c78f606c2
[DOCS] Change // CONSOLE comments to [source,console] ( #46440 )
2019-09-09 10:45:37 -04:00
James Rodewig
08ea6a79fb
[DOCS] Update relevance score cross-references ( #45092 )
2019-08-02 14:15:12 -04:00
James Rodewig
f167b2f909
[DOCS] Update parameter format ( #44703 )
2019-07-31 14:18:22 -04:00
James Rodewig
ec37a9cea0
[DOCS] Make Query DSL titles consistent ( #43935 )
2019-07-18 10:18:11 -04:00
James Rodewig
0753b412cc
[DOCS] Rewrite dis max query ( #43586 )
2019-07-03 08:55:50 -04:00
avshiav
955ccf2583
[DOCS] Fixed missing space ( #38305 )
2019-03-20 16:18:01 +01:00
Francesc Gil
17342c403f
Indentation error on example of dist_max ( #22578 )
...
There was a problem with the indentation on the example of the `dist_max` query
2017-01-12 09:38:36 +01: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
85f1ab44d9
Convert rest of query-dsl docs to be run in tests
2016-05-11 14:37:19 +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