b665d8a187
Painless: Add support for //m Painless: Add support for //s Painless: Add support for //i Painless: Add support for //u Painless: Add support for //U Painless: Add support for //l This means "literal" and is exposed for completeness sake with the java api. Painless: Add support for //c c enables Java's CANON_EQ (canonical equivalence) flag which makes unicode characters that are canonically equal match. Java's javadoc gives "a\u030A" being equal to "\u00E5". That is that the "a" code point followed by the "combining ring above" code point is equal to the "a with combining ring above" code point. Update docs and add multi-flag test Whitelist most of the Pattern class. |
||
---|---|---|
.. | ||
advanced-scripting.asciidoc | ||
expression.asciidoc | ||
fields.asciidoc | ||
groovy.asciidoc | ||
native.asciidoc | ||
painless.asciidoc | ||
security.asciidoc | ||
using.asciidoc |