OpenSearch/plugins
Ryan Ernst 7c1211d2ed Scripting: Add StatefulFactoryType as optional intermediate factory in script contexts (#24974)
ScriptContexts currently understand a FactoryType that can produce
instances of the script InstanceType. However, for search scripts, this
does not work as we have the concept of LeafSearchScript that is created
per lucene segment. This commit effectively renames the existing
SearchScript class into SearchScript.LeafFactory, which is a new,
optional, class that can be defined within a ScriptContext.
LeafSearchScript is effectively renamed back into SearchScript. This
change allows the model of stateless factory -> stateful factory ->
script instance to continue, but in a generic way that any script
context may take advantage of.

relates #20426
2017-05-30 16:32:14 -07:00
..
analysis-icu Upgrade icu4j to latest version (#24821) 2017-05-22 09:34:50 +02:00
analysis-kuromoji Upgrade to lucene-7.0.0-snapshot-a0aef2f 2017-05-19 10:20:55 -05:00
analysis-phonetic Upgrade to lucene-7.0.0-snapshot-a0aef2f 2017-05-19 10:20:55 -05:00
analysis-smartcn Upgrade to lucene-7.0.0-snapshot-a0aef2f 2017-05-19 10:20:55 -05:00
analysis-stempel Upgrade to lucene-7.0.0-snapshot-a0aef2f 2017-05-19 10:20:55 -05:00
analysis-ukrainian Upgrade to lucene-7.0.0-snapshot-a0aef2f 2017-05-19 10:20:55 -05:00
discovery-azure-classic Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
discovery-ec2 Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
discovery-file Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
discovery-gce Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
examples Scripting: Add StatefulFactoryType as optional intermediate factory in script contexts (#24974) 2017-05-30 16:32:14 -07:00
ingest-attachment Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
ingest-geoip Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
ingest-user-agent Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
jvm-example Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
mapper-murmur3 Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
mapper-size Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
repository-azure Remove Deprecated Script Settings (#24756) 2017-05-18 13:32:46 -07:00
repository-gcs GCS Repository: Remove specifying credential file on disk (#24727) 2017-05-18 10:22:29 -07:00
repository-hdfs Build: Fix hadoop integ test error on windows (#24885) 2017-05-25 12:11:33 -07:00
repository-s3 Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
store-smb Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
build.gradle Plugins: Include license and notice files in zip (#23191) 2017-02-15 11:23:12 -08:00