OpenSearch/modules
Nik Everett b665d8a187 Painless: Add flag support to regexes
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.
2016-06-16 15:00:31 -04:00
..
aggs-matrix-stats remove unrecognized javadoc tag from matrix aggregation module 2016-06-01 17:30:20 -05:00
ingest-common new ScriptProcessor for Ingest (#18193) 2016-06-15 14:57:18 -07:00
lang-expression Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
lang-groovy Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
lang-mustache Cut over settings registration to a pull model (#18890) 2016-06-16 15:52:58 +02:00
lang-painless Painless: Add flag support to regexes 2016-06-16 15:00:31 -04:00
percolator Cut over settings registration to a pull model (#18890) 2016-06-16 15:52:58 +02:00
reindex Create get task API that falls back to the .tasks index 2016-06-14 13:37:34 -04:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00