Commit Graph

64 Commits

Author SHA1 Message Date
David Pilato 1fd0521a33 Remove component settings from AbstractComponent
Related to elasticsearch/elasticsearch#9919

Closes #35.
2015-02-28 13:44:02 +01:00
David Pilato bbf1375c98 Add sonatype snapshot repository 2015-01-02 18:39:08 +01:00
David Pilato 663be3b6a3 Depend on elasticsearch-parent
To simplify plugins maintenance and provide more value in the future, we are starting to build an `elasticsearch-parent` project.
This commit is the first step for this plugin to depend on this new `pom` maven project.
2014-12-17 09:50:30 +01:00
Adrien Grand 2b63f291e3 Upgrade to Lucene 5.0.0-snapshot-1642891 2014-12-02 18:18:27 +01:00
Adrien Grand 7417814154 Improve wrapping of lists.
With the current way that Java lists are wrapped into a Scriptable, all methods
that are not defined on the java.util.List interface are hidden. This pull
request makes NativeList extend NativeJavaObject in order to use reflection in
order to look up properties that would not be defined on the List interface.

Close #32
2014-11-27 17:01:30 +01:00
Adrien Grand 4549a3b4ee Fix expectations around script fields as a consequence of https://github.com/elasticsearch/elasticsearch/pull/8592. 2014-11-27 16:35:55 +01:00
Michael McCandless 46b84777f6 Upgrade to Lucene 5.0.0-snapshot-1641343 2014-11-24 05:51:58 -05:00
Michael McCandless ecb7f1830a Upgrade to Lucene 5.0.0-snapshot-1637347 2014-11-10 16:46:04 -05:00
tlrx d5d8ec886a update documentation with release 2.3.1 2014-11-07 10:29:06 +01:00
Robert Muir bb49554c33 upgrade to lucene 5 snapshot 2014-11-05 17:12:54 -05:00
tlrx 00a1352d90 update documentation with release 2.4.1 2014-11-05 17:45:35 +01:00
tlrx 1cd04206be [TESTS] Upgrade randomizedtesting-runner to 2.1.10
Closes #30
2014-11-03 11:29:22 +01:00
Michael McCandless 6254d2b652 Upgrade to Lucene 4.10.2 2014-10-30 05:55:55 -04:00
David Pilato 1950ad92f0 Implement new method `scriptRemoved(CompiledScript)` in `ScriptEngineService`
This [PR](https://github.com/elasticsearch/elasticsearch/pull/8062) broke ScriptEngineService by adding a new method `scriptRemoved(CompiledScript)`.

Closes #29.

(cherry picked from commit 1fd05bc)
2014-10-15 17:52:08 +02:00
David Pilato bf40ca6609 update documentation with release 2.4.0 2014-10-07 12:46:51 +02:00
Britta Weber 37bac2d4b2 Remove setNextScore in SearchScript
Due to a change in elasticsearch 1.4.0, we need to apply a similar patch here.

See https://github.com/elasticsearch/elasticsearch/pull/6864
See https://github.com/elasticsearch/elasticsearch/pull/7819

Closes #23.
(cherry picked from commit 5e5c373)
2014-10-07 12:30:07 +02:00
mikemccand e2d1ae40b0 Upgrade to Lucene 4.10.1 2014-09-28 17:57:45 -04:00
Michael McCandless 33c6265581 Upgrade to Lucene 4.10.1 snapshot 2014-09-24 18:04:14 -04:00
David Pilato 4a5514801c Create branch es-1.4 for elasticsearch 1.4.0 2014-09-15 16:30:10 +02:00
David Pilato 02809f40be Update to Lucene 4.10.0
Closes #27.

(cherry picked from commit 1eb2352)
2014-09-15 16:29:41 +02:00
David Pilato e113a30858 Docs: make the welcome page more obvious
Closes #25.
2014-09-04 15:13:00 +02:00
David Pilato a5c7089cf7 Update to elasticsearch 1.4.0
Closes #24.
(cherry picked from commit e03a16b)
2014-07-24 00:45:54 +02:00
David Pilato 858d4da43c Update to Lucene 4.9.0 / elasticsearch 1.3.0
Related to #21.
Closes #22.
(cherry picked from commit c3964ad)
2014-07-24 00:45:17 +02:00
David Pilato 4bb456815a Update to elasticsearch 1.3.0
Closes #21
2014-05-23 19:57:16 +02:00
David Pilato 10b3c89009 Update to elasticsearch 1.2.0
Closes #20
Fix #19
2014-05-23 19:55:15 +02:00
David Pilato 22465d23e7 Create branches according to elasticsearch versions
We create branches:

* es-0.90 for elasticsearch 0.90
* es-1.0 for elasticsearch 1.0
* es-1.1 for elasticsearch 1.1
* master for elasticsearch master

We also check that before releasing we don't have a dependency to an elasticsearch SNAPSHOT version.

Add links to each version in documentation
2014-03-28 18:35:10 +01:00
David Pilato b54ba3a524 Disable java and maven version checking
And fix typo in email html
2014-03-19 22:45:17 +01:00
David Pilato 4a308a0223 Remove `_source.obj1`
Related to #14.
2014-03-07 16:42:29 +01:00
David Pilato f5366da0bf Add Javascript examples
Closes #8.
2014-03-07 16:40:46 +01:00
Hugues Malphettes 2b61b004c4 Update to elasticsearch 1.0.1 (Lucene 4.7.0)
Closes #12.
2014-03-07 16:05:41 +01:00
David Pilato 4d90405ba9 Update to elasticsearch 1.0.0
Closes #14
2014-03-07 15:48:49 +01:00
David Pilato 4f617d180c Add plugin version in es-plugin.properties
With https://github.com/elasticsearch/elasticsearch/issues/2784, we can now add plugin version in `es-plugin.properties` file.

It will only be used with elasticsearch 1.0.0 and upper. No need to push it in 1.x branch.

Closes #16.
2014-03-07 15:43:37 +01:00
David Pilato c82c6530a0 Add plugin release semi-automatic script
Closes #15.
2014-03-07 15:41:46 +01:00
David Pilato 857ca09e33 prepare for next development iteration 2014-01-15 19:54:45 +01:00
David Pilato 9ea52340b0 prepare release elasticsearch-lang-javascript-2.0.0.RC1 2014-01-15 18:45:46 +01:00
David Pilato 6567fdcaff Update to elasticsearch 1.0.0.RC1
Closes #9.
2014-01-15 15:33:48 +01:00
David Pilato 02790c74fe prepare branch 1.x 2014-01-15 15:32:21 +01:00
David Pilato e2f9d02e5e Move tests to elasticsearch test framework
Relative to #10.
2014-01-15 14:48:50 +01:00
David Pilato a36827cbc0 Move tests to elasticsearch test framework
Closes #10.
2014-01-15 12:46:37 +01:00
David Pilato 40f89f70f6 update headers 2014-01-15 12:28:20 +01:00
David Pilato 6503f7983a Create CONTRIBUTING.md 2013-08-21 11:49:10 +02:00
David Pilato 3cf3502d73 prepare for next development iteration 2013-06-05 16:55:13 +02:00
David Pilato bb41d2fc7f prepare release elasticsearch-lang-javascript-1.4.0 2013-06-05 16:53:10 +02:00
ejain aa68294c85 Make log4j an optional dependency
...as it is in the main elasticsearch pom.xml. This is useful for people who want to use slf4j/logback instead of log4j.
Closes #2.
2013-06-05 15:22:16 +02:00
David Pilato 8036c4fb81 Move to Elasticsearch 0.90.1
And update licence
Closes #5.
2013-06-05 15:21:47 +02:00
Shay Banon f3d0d30dc5 move to 1.4 snap 2013-02-26 16:14:10 +01:00
Shay Banon 67bb04b0f8 release 1.3 2013-02-26 16:13:55 +01:00
David Pilato eeb4bdbb34 Move to Elasticsearch 0.21.0.Beta1
Due to refactoring in 0.21.x we have to update this plugin
Closes #3.
2013-02-24 22:32:11 +01:00
Shay Banon b2c29d4443 move to 1.3.0 snap 2012-06-23 21:52:04 +02:00
Shay Banon 94a4a3e49a release 1.2.0 2012-06-23 21:51:48 +02:00