OpenSearch/docs/reference/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
..
cluster Remove settings and system properties entanglement 2016-05-19 14:08:08 -04:00
discovery [docs] Add missing article 2016-05-17 11:39:47 -04:00
indices Limit request size on transport level 2016-04-13 09:54:59 +02:00
scripting Painless: Add flag support to regexes 2016-06-16 15:00:31 -04:00
cluster.asciidoc Fix typos in docs. 2016-02-09 02:07:32 -08:00
discovery.asciidoc [DOCS] add azure and gce discovery plugins 2014-02-06 09:18:42 +01:00
gateway.asciidoc Docs: Refactored modules and index modules sections 2015-06-22 23:49:45 +02:00
http.asciidoc Enable HTTP compression by default with compression level 3 2016-05-03 08:53:15 +02:00
indices.asciidoc Rename caches. 2015-06-29 10:15:27 +02:00
memcached.asciidoc Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
network.asciidoc Fix: Change docs on "node client" to not use an in-memory node 2016-02-29 17:29:24 +01:00
node.asciidoc Remove settings and system properties entanglement 2016-05-19 14:08:08 -04:00
plugins.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
scripting.asciidoc Remove support for mulitple languages per scripting engine 2016-05-13 09:24:31 -06:00
snapshots.asciidoc Pluralize "index" (#18811) 2016-06-13 20:05:33 +02:00
threadpool.asciidoc Fix thread pool docs regarding dynamic settings 2016-06-15 18:25:25 -04:00
thrift.asciidoc Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
transport.asciidoc Document transport.ping_schedule 2015-09-01 13:43:17 +02:00
tribe.asciidoc Remove custom plugins path 2016-05-26 10:16:25 -04:00