elasticsearch/docs/reference
Martijn van Groningen 3d9671a668
[PERCOLATOR] Allowing range queries with now ranges inside percolator queries.
Before now ranges where forbidden, because the percolator query itself could get cached and then the percolator queries with now ranges that should no longer match, incorrectly will continue to match.
By disabling caching when the `percolator` is being used, the percolator can now correctly support range queries with now based ranges.

 I think this is the right tradeoff. The percolator query is likely to not be the same between search requests and disabling range queries with now ranges really disabled people using the percolator for their use cases.

 Also fixed an issue that existed in the percolator fieldmapper, it was unable to find forbidden queries inside `dismax` queries.

 Closes #23859
2017-04-07 08:44:43 +02:00
..
aggregations Correct documentation for Min Bucket Aggregation (#23867) 2017-04-05 12:39:37 +02:00
analysis CONSOLEify analysis docs 2017-04-02 11:17:14 -04:00
cat Docs test: defend against round numbers 2017-04-05 15:31:11 -04:00
cluster Clarify task cancellation command (#23667) 2017-03-30 20:21:21 +02:00
docs Add a missing apostrophe (let us ~> let's) (#23905) 2017-04-04 14:58:32 -06:00
how-to Add note and link to 'tune for disk usage' (#23252) 2017-02-20 20:31:19 +01:00
images
index-modules Restores the original default format of search slow log 2016-12-09 12:38:28 -05:00
indices Doc values can no longer be updated 2017-03-31 15:29:01 +02:00
ingest Update ingest-node.asciidoc 2017-03-22 10:44:11 +01:00
mapping [PERCOLATOR] Allowing range queries with now ranges inside percolator queries. 2017-04-07 08:44:43 +02:00
migration Merge branch 'pr/remove-repositories-azure-settings' 2017-03-31 12:33:12 +02:00
modules Fix bulk queue size in thread pool docs 2017-04-03 22:39:24 -04:00
painless-api-reference Expose multi-valued dates to scripts and document painless's date functions (#22875) 2017-02-01 21:57:07 -05:00
query-dsl CONSOLEify highlighting a function_score docs 2017-04-06 08:13:56 -04:00
search CONSOLEify highlighting a function_score docs 2017-04-06 08:13:56 -04:00
setup Update secure-settings.asciidoc (#23891) 2017-04-05 11:18:23 +02:00
testing Update docs after test-framework moved 2016-11-02 09:51:55 -04:00
aggregations.asciidoc `value_type` is useful regardless of scripting. (#22160) 2016-12-22 14:35:12 +01:00
analysis.asciidoc Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
api-conventions.asciidoc Docs: Specify that byte units use powers of 1024 (#23574) 2017-03-16 12:39:45 -04:00
cat.asciidoc [DOCS] Fixed various typos in the 'cat APIs' section (#23216) 2017-02-16 20:41:42 +01:00
cluster.asciidoc Convert more docs to CONSOLE 2016-09-21 09:36:21 -04:00
docs.asciidoc Inclusion of link to Multi Delete (#22619) 2017-01-16 12:58:59 +01:00
getting-started.asciidoc Docs: fix health response test 2017-03-28 08:29:10 -04:00
glossary.asciidoc
how-to.asciidoc Correct grammar in list in how-to docs 2017-01-17 20:57:22 -05:00
index-modules.asciidoc Allow an index to be partitioned with custom routing (#22274) 2017-01-18 08:51:23 +01:00
index.asciidoc Centralised doc versions in docs/Versions.asciidoc 2017-02-04 11:16:19 +01:00
indices.asciidoc Removed the upgrade API docs 2016-10-11 12:21:46 +02:00
ingest.asciidoc
mapping.asciidoc Disallow include_in_all for 6.0+ indices 2017-02-07 19:31:51 -07:00
modules.asciidoc Docs: Cross-cluster search doc wasn't being included 2017-01-18 10:02:51 +01:00
painless-api-reference.asciidoc Generate reference links for painless API (#22775) 2017-01-26 10:39:19 -05:00
query-dsl.asciidoc
redirects.asciidoc Update redirects.asciidoc (#23148) 2017-02-13 16:23:25 +01:00
release-notes.asciidoc Remove links to release notes 2016-09-08 18:07:39 +02:00
search.asciidoc percolator: remove deprecated percolate and mpercolate apis 2017-01-10 11:18:27 +01:00
setup.asciidoc Docs: Add setup section for the keystore tool and secure settings (#22838) 2017-01-30 14:56:45 -08:00
testing.asciidoc