elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
695 stars 71 forks source link

Add Examples directory #103

Closed russcam closed 4 years ago

russcam commented 4 years ago

This PR introduces an examples directory to the elasticsearch package with some intitial examples of how to use the client to index and search Stack Overflow data. A user would need to download the Posts.xml file in order to run the index_questions_answers example.