OpenSearch/modules/lang-painless
Lee Hinman fdfd2a2f18 Remove ScriptMode class in favor of boolean true/false
This removes the ScriptMode class entirely, which was an enum with two
options (ON and OFF) which essentially boiled down to true and false.
Now the boolean values are used instead.
2016-05-20 15:01:30 -06:00
..
licenses Moved Painless from a plugin to a module. 2016-02-21 16:50:54 -08:00
src Remove ScriptMode class in favor of boolean true/false 2016-05-20 15:01:30 -06:00
ant.xml Decouple the ANTLR AST from Painless. 2016-05-12 00:46:48 -07:00
build.gradle add debugger 2016-05-11 23:56:19 -04:00