mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
2c561481cd
This change adds imported methods, class bindings, and instance bindings to the documentation generation for the Painless Context APIs.
18 lines
517 B
Plaintext
18 lines
517 B
Plaintext
// This file is auto-generated. Do not edit.
|
|
|
|
[[painless-api-reference-field]]
|
|
=== Field API
|
|
|
|
The following specialized API is available in the Field context.
|
|
|
|
* See the <<painless-api-reference-shared, Shared API>> for further API available in all contexts.
|
|
|
|
==== Static Methods
|
|
The following methods are directly callable without a class/instance qualifier. Note parameters denoted by a (*) are treated as read-only values.
|
|
|
|
* List domainSplit(String)
|
|
* List domainSplit(String, Map)
|
|
|
|
include::packages.asciidoc[]
|
|
|