elasticsearch/docs/reference/search
Lee Hinman a4060f7436 Remove vestiges of script engine sandboxing
This removes all the mentions of the sandbox from the script engine
services and permissions model. This means that the following settings
are no longer supported:

```yaml
script.inline: sandbox
script.stored: sandbox
```

Instead, only a `true` or `false` value can be specified.

Since this would otherwise break the default-allow parameter for
languages like expressions, painless, and mustache, all script engines
have been updated to have individual settings, for instance:

```yaml
script.engine.groovy.inline: true
```

Would enable all inline scripts for groovy. (they can still be
overridden on a per-operation basis).

Expressions, Painless, and Mustache all default to `true` for inline,
file, and stored scripts to preserve the old scripting behavior.

Resolves #17114
2016-05-13 09:24:31 -06:00
..
request Add link to field data docs from field data fields 2016-05-07 11:09:17 -04:00
suggesters Update completion-suggest.asciidoc 2016-04-22 14:00:37 +02:00
count.asciidoc [DOCS] terminate_after is not experimental anymore 2015-10-19 13:56:42 +02:00
explain.asciidoc
field-stats.asciidoc Extend field stats: 2016-04-27 16:51:53 +02:00
multi-search.asciidoc
percolate.asciidoc percolator: renamed `percolator` query to `percolate` query 2016-04-20 15:23:54 +02:00
profile.asciidoc Docs: Removed references to deprecated functionality 2016-04-07 13:33:35 +02:00
request-body.asciidoc Add search_after parameter in the Search API. 2016-01-27 09:42:58 +01:00
search-shards.asciidoc
search-template.asciidoc Remove vestiges of script engine sandboxing 2016-05-13 09:24:31 -06:00
search.asciidoc Fix minor typo (#18222) 2016-05-10 09:39:42 +02:00
suggesters.asciidoc Typo in verb tense of "to gather" 2016-03-03 16:21:11 -07:00
uri-request.asciidoc [DOCS] terminate_after is not experimental anymore 2015-10-19 13:56:42 +02:00
validate.asciidoc