We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3653233 commit 4d127daCopy full SHA for 4d127da
1 file changed
docs/reference/analysis/tokenfilters/condition-tokenfilter.asciidoc
@@ -102,8 +102,9 @@ Predicate script used to apply token filters. If a token
102
matches this script, the filters in the `filter` parameter are applied to the
103
token.
104
105
-Only inline scripts are supported. For valid parameters, see
106
-<<_script_parameters>>.
+For valid parameters, see <<_script_parameters>>. Only inline scripts are
+supported. Painless scripts must begin with `token` and are executed in the
107
+{painless}/painless-analysis-predicate-context.html[analysis predicate context].
108
--
109
110
[[analysis-condition-tokenfilter-customize]]
0 commit comments