|
1 |
| -Python lang Plugin for ElasticSearch |
| 1 | +Python lang Plugin for Elasticsearch |
2 | 2 | ==================================
|
3 | 3 |
|
4 | 4 | The Python (jython) language plugin allows to have `python` as the language of scripts to execute.
|
5 | 5 |
|
6 | 6 | In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-python/1.2.0`.
|
7 | 7 |
|
8 |
| - --------------------------------------- |
9 |
| - | Python Plugin | ElasticSearch | |
10 |
| - --------------------------------------- |
11 |
| - | master | 0.90 -> master | |
12 |
| - --------------------------------------- |
13 |
| - | 1.2.0 | 0.90 -> master | |
14 |
| - --------------------------------------- |
15 |
| - | 1.1.0 | 0.19 -> 0.20 | |
16 |
| - --------------------------------------- |
17 |
| - | 1.0.0 | 0.18 | |
18 |
| - --------------------------------------- |
| 8 | +| Python Lang Plugin | elasticsearch | jython |Release date | |
| 9 | +|----------------------------|---------------------|----------|:------------:| |
| 10 | +| 1.3.0-SNAPSHOT | 0.90 | 2.5.2 | | |
| 11 | +| 1.2.0 | 0.90 | 2.5.2 | 2013-02-26 | |
| 12 | +| 1.1.0 | 0.19 -> 0.20 | 2.5.2 | 2012-02-07 | |
| 13 | +| 1.0.0 | 0.18 | 2.5.2 | 2011-12-05 | |
19 | 14 |
|
20 | 15 | License
|
21 | 16 | -------
|
22 | 17 |
|
23 | 18 | This software is licensed under the Apache 2 license, quoted below.
|
24 | 19 |
|
25 |
| - Copyright 2009-2012 Shay Banon and ElasticSearch <http://www.elasticsearch.org> |
| 20 | + Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org> |
26 | 21 |
|
27 | 22 | Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
28 | 23 | use this file except in compliance with the License. You may obtain a copy of
|
|
0 commit comments