Shay Banon
|
189d117dcb
|
upgrade to groovy 1.8.2
|
2011-09-07 10:50:12 +03:00 |
Shay Banon
|
cb7242f84e
|
add indices stats to groovy client
|
2011-09-01 21:15:00 +03:00 |
Shay Banon
|
4e17543bee
|
fix more like this call in groovy client
|
2011-09-01 21:11:26 +03:00 |
Shay Banon
|
2bc2b3f4e2
|
add percolate api to groovy client
|
2011-09-01 21:10:46 +03:00 |
Shay Banon
|
b185078554
|
Java API: ActionFuture#actionGet to automatically unwrap failures, closes #1292.
|
2011-09-01 00:10:15 +03:00 |
Shay Banon
|
48a26f286b
|
upgrade to rhino 1.7R3
|
2011-08-30 18:47:08 +03:00 |
Shay Banon
|
41f0e9fb26
|
upgrade jython to 2.5.2
|
2011-08-30 18:42:25 +03:00 |
Shay Banon
|
d06a7e9fe1
|
CouchDB River: Custom script does not convert the modified doc properly to be indexed, closes #1225.
|
2011-08-10 15:06:53 +03:00 |
Shay Banon
|
b104c19e7a
|
Groovy Plugins: Upgrade to 1.8.1, closes #1175.
|
2011-07-28 20:41:15 +03:00 |
kimchy
|
72ee0aaee7
|
Realtime GET, closes #1060.
|
2011-06-24 09:39:37 +03:00 |
Igor Motov
|
ae5b963e97
|
Specify a unique cluster name for all Integration tests
|
2011-06-19 10:10:34 +03:00 |
Paul_Loy
|
6a60bbba1d
|
adding ability for gradle to create eclipse project files and classpaths
|
2011-06-15 22:03:15 +03:00 |
René Scheibe
|
5f4c6c75ae
|
cleaned Groovy classes * added type information to public methods * removed semicolons * replaced GStrings with Strings
|
2011-06-12 13:49:19 +03:00 |
kimchy
|
0a4e582404
|
Query Parser Module Refactor, closes #994.
|
2011-06-03 04:32:30 +03:00 |
kimchy
|
413cbf1713
|
Upgrade to groovy 1.8.0
|
2011-04-29 01:06:26 +03:00 |
kimchy
|
6061656170
|
upgrade to groovy 1.7.10
|
2011-04-06 16:31:25 +03:00 |
kimchy
|
4bdae621f9
|
Scripts: Allow to register native scripts (Java) for better script execution performance, closes #752.
|
2011-03-07 13:09:07 +02:00 |
kimchy
|
3bac33e69e
|
don't use AfterTest / BeforeTest in any tests
|
2011-02-28 22:28:55 +02:00 |
kimchy
|
5a75964fc3
|
upgrade to groovy 1.7.7
|
2011-02-09 22:30:55 +02:00 |
kimchy
|
0dfa3dc8a2
|
Groovy client doesn't bind to any variables outside the closure, closes #654.
|
2011-02-01 14:16:27 +02:00 |
kimchy
|
8927e1dee4
|
Search Scripts: Allow to access score in facet related scripts using `doc.score`, closes #663.
|
2011-02-01 13:41:58 +02:00 |
kimchy
|
cebdae5707
|
refactor script execution handling to improve performance, also introduce specific search script executor
|
2011-01-31 16:08:06 +02:00 |
kimchy
|
94c632b79b
|
Java Client - Allow to set facets in binary format, closes #442.
|
2011-01-30 15:53:10 +02:00 |
kimchy
|
3f8933fb7b
|
add filter setting with clojure in groovy
|
2011-01-28 11:28:41 +02:00 |
kimchy
|
a450deee5f
|
Groovy Plugin not loaded (groovy not enabled as pluggable script provider), closes #581.
|
2010-12-30 16:21:08 +02:00 |
kimchy
|
8e8a3a894f
|
upgrade testing framework jars, improve build scripts to share the testing jars
|
2010-12-30 16:08:38 +02:00 |
kimchy
|
ec2f0e05f9
|
upgrade to jython 2.5.2rc2
|
2010-12-27 10:23:01 +02:00 |
kimchy
|
a00f99e7c6
|
upgrade to groovy 1.7.6
|
2010-12-27 08:21:25 +02:00 |
kimchy
|
577f06fd43
|
add indices API to groovy client
|
2010-11-26 22:19:57 +02:00 |
kimchy
|
73e5eb9e14
|
clean compile warnings
|
2010-11-26 16:03:25 +02:00 |
kimchy
|
eb44910047
|
add py as lang
|
2010-10-14 16:22:12 +02:00 |
kimchy
|
ae05ce0551
|
Scripting: Allow to define scripts within `config/scripts`, automatically compiled and can be referenced by name, closes #429.
|
2010-10-14 16:14:23 +02:00 |
kimchy
|
503b023eac
|
remove attempt to get ruby in scripting, problems embedding it...
|
2010-10-14 14:11:13 +02:00 |
kimchy
|
18d8e9dcdd
|
add more script tests
|
2010-10-10 20:05:37 +02:00 |
kimchy
|
a754ebacd4
|
Python Plugin: Allow to use python for scripts, closes #418.
|
2010-10-09 20:59:41 +02:00 |
kimchy
|
bc4543a5e9
|
add multi threaded test execution for groovy and javascript
|
2010-10-06 22:00:27 +02:00 |
kimchy
|
6371ed7d78
|
build structure for ruby support, problems in figuring out how to execute the ruby scripts in the most optimal manner
|
2010-10-03 15:52:44 +02:00 |
kimchy
|
7180636df6
|
add close to script services
|
2010-10-03 14:31:36 +02:00 |
kimchy
|
80b8898542
|
add support for java List usage as javascript Array in scripts
|
2010-10-03 13:10:33 +02:00 |
kimchy
|
5b8bc333bd
|
JavaScript Plugin: Allow to use javascript for scripts, closes #401.
|
2010-10-03 02:20:37 +02:00 |
kimchy
|
5a7c8fe2cb
|
allow script engines to have several types
|
2010-10-02 21:18:01 +02:00 |
kimchy
|
542a85090f
|
add _source script field search
|
2010-10-02 17:36:26 +02:00 |
kimchy
|
7a78374398
|
fix wrong refactoring...
|
2010-10-02 01:29:28 +02:00 |
kimchy
|
9e8ebd46e8
|
Groovy Plugin: Allow to run use groovy for scripts (where applicable), closes #398.
|
2010-10-02 01:22:05 +02:00 |
kimchy
|
5c1c580b84
|
upgrade to groovy 1.7.5
|
2010-10-01 22:29:08 +02:00 |
kimchy
|
efe5b5734c
|
rename client-groovy to lang-groovy
|
2010-09-26 18:13:45 +02:00 |