Skip to content

Commit

Permalink
Update to elasticsearch 1.4.0
Browse files Browse the repository at this point in the history
Related to #14.

(cherry picked from commit 964de0d)
  • Loading branch information
dadoonet committed Jul 23, 2014
1 parent 870e8b8 commit d985f6b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ public void setNextSource(Map<String, Object> source) {
lookup.source().setNextSource(source);
}

@Override
public void setNextScore(float score) {
pyVars.__setitem__("_score", Py.java2py(score));
}

@Override
public void setNextVar(String name, Object value) {
pyVars.__setitem__(name, Py.java2py(value));
Expand Down

0 comments on commit d985f6b

Please sign in to comment.