OpenSearch/modules
Jack Conradson d09965a6dd Add ClassWriter to Painless writing pass (#47140)
This the first part of a series to allow nodes to write all of their appropriate
pieces to the class. Currently, nodes must add their bindings, constants, and
functions to main SClass node for delayed writing. This instead adds a
Painless version of ClassWriter to the write pass. The Painless ClassWriter
contains an appropriate ClassVisitor that can be accessed in any node
during the process along with access to the clinit method, and finally a
shortcut for creating new MethodWriter. The next step will be removing the
delayed writing in SClass, and instead, delegate all writing responsibilities to
the nodes.
2019-09-27 11:04:15 -07:00
..
aggs-matrix-stats Replace the SearchContext with QueryShardContext when building aggregator factories (#46527) 2019-09-11 16:43:30 +02:00
analysis-common Enable reloading of synonym_graph filters (#45135) 2019-08-02 15:33:42 +02:00
ingest-common Allow ingest processors to execute in a non blocking manner. (#47122) 2019-09-26 08:55:28 +02:00
ingest-geoip Fix GeoIpProcessorFactoryTests on windows (#45668) 2019-08-28 18:02:25 -04:00
ingest-user-agent Expose cache setting in UserAgentPlugin (#46533) 2019-09-16 11:30:38 +02:00
lang-expression Upgrade to Lucene 8.2.0 release (#44859) (#44892) 2019-07-26 08:14:59 +02:00
lang-mustache Update mustache dependency to 0.9.6 (#46243) 2019-09-09 13:42:03 +02:00
lang-painless Add ClassWriter to Painless writing pass (#47140) 2019-09-27 11:04:15 -07:00
mapper-extras Replace SearchContext with QueryShardContext in query builder tests (#46978) 2019-09-23 20:24:02 +02:00
parent-join Replace SearchContext with QueryShardContext in query builder tests (#46978) 2019-09-23 20:24:02 +02:00
percolator Replace SearchContext with QueryShardContext in query builder tests (#46978) 2019-09-23 20:24:02 +02:00
rank-eval Replace SearchContextException with SearchException (#47046) 2019-09-26 14:21:23 +02:00
reindex Allow dropping documents with auto-generated ID (#46773) 2019-09-19 16:46:33 +02:00
repository-url Repository plugin test cacheability fixes (#46572) 2019-09-11 08:24:55 -07:00
systemd Mark fields in SystemdPluginTests as final 2019-07-24 17:16:50 +09:00
transport-netty4 Set netty system properties in BuildPlugin (#45881) 2019-09-24 10:49:36 -06:00
build.gradle convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00