Skip to content

Commit

Permalink
Minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas committed Apr 12, 2017
1 parent 34cec02 commit 8acacec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ Try it out on the command line using the node REPL:
```
# Start the repl
node ./node_modules/elastic-builder/repl.js
# The builder is available in the context variable bodybuilder
# The builder is available in the context variable bob
bob > bob.prettyPrint(bob.requestBodySearch().query(bob.matchQuery('message', 'this is a test')));
```

## Motivation
Elasticsearch only provides a low level client for making requests.
[`elastic.js`](https://github.com/fullscale/elastic.js) was a popular library for building the request search body.
[`elastic.js`](https://github.com/fullscale/elastic.js) was a relatively popular library for building the request search body.
However, this project is not being maintained nor is the [fork](https://github.com/ErwanPigneul/elastic.js).
There were [several changes](https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking_50_search_changes.html)
in the 5.0 release which make the older libraries unusable.
Expand Down

0 comments on commit 8acacec

Please sign in to comment.