Skip to content

Commit

Permalink
Update to elasticsearch 1.4.0
Browse files Browse the repository at this point in the history
Closes #24.
(cherry picked from commit e03a16b)
  • Loading branch information
dadoonet committed Jul 23, 2014
1 parent 858d4da commit a5c7089
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The JavaScript language plugin allows to have `javascript` (or `js`) as the lang
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/2.1.0`.

* For master elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-lang-javascript/tree/master).
* For 1.4.x elasticsearch versions, look at [es-1.4 branch](https://github.com/elasticsearch/elasticsearch-lang-javascript/tree/es-1.4).
* For 1.3.x elasticsearch versions, look at [es-1.3 branch](https://github.com/elasticsearch/elasticsearch-lang-javascript/tree/es-1.3).
* For 1.2.x elasticsearch versions, look at [es-1.2 branch](https://github.com/elasticsearch/elasticsearch-lang-javascript/tree/es-1.2).
* For 1.1.x elasticsearch versions, look at [es-1.1 branch](https://github.com/elasticsearch/elasticsearch-lang-javascript/tree/es-1.1).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,6 @@ public void setNextDocId(int doc) {
lookup.setNextDocId(doc);
}

@Override
public void setNextScore(float score) {
ScriptableObject.putProperty(scope, "_score", score);
}

@Override
public void setNextVar(String name, Object value) {
ScriptableObject.putProperty(scope, name, value);
Expand Down

0 comments on commit a5c7089

Please sign in to comment.