mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
prepare release elasticsearch-lang-python-2.0.0
This commit is contained in:
parent
97b63f230f
commit
3303878d9a
@ -3,14 +3,14 @@ Python lang Plugin for Elasticsearch
|
|||||||
|
|
||||||
The Python (jython) language plugin allows to have `python` as the language of scripts to execute.
|
The Python (jython) language plugin allows to have `python` as the language of scripts to execute.
|
||||||
|
|
||||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-python/2.0.0.RC1`.
|
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-python/2.0.0`.
|
||||||
|
|
||||||
* For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-lang-python/tree/master).
|
* For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-lang-python/tree/master).
|
||||||
* For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-lang-python/tree/1.x).
|
* For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-lang-python/tree/1.x).
|
||||||
|
|
||||||
| Python Lang Plugin | elasticsearch | jython | Release date |
|
| Python Lang Plugin | elasticsearch | jython | Release date |
|
||||||
|-----------------------------|---------------------|----------|:------------:|
|
|-----------------------------|---------------------|----------|:------------:|
|
||||||
| 2.0.0-SNAPSHOT | 1.0.0.RC1 -> master | 2.5.3 | XXXX-XX-XX |
|
| 2.0.0 | 1.0.0.RC1 -> master | 2.5.3 | 2014-03-07 |
|
||||||
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2.5.3 | 2014-01-15 |
|
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2.5.3 | 2014-01-15 |
|
||||||
|
|
||||||
Using python with function_score
|
Using python with function_score
|
||||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-lang-python</artifactId>
|
<artifactId>elasticsearch-lang-python</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Elasticsearch Python language plugin</name>
|
<name>Elasticsearch Python language plugin</name>
|
||||||
<description>The Python language plugin allows to have python as the language of scripts to execute.</description>
|
<description>The Python language plugin allows to have python as the language of scripts to execute.</description>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user