Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/account_sample/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Account Sample

This is a more complete sample for `elastic`, using the fake [bank account sample data](https://www.elastic.co/guide/en/elasticsearch/reference/current/_exploring_your_data.html).
This is a more complete sample for `elastic`, using the fake [bank account sample data](https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-explore-data.html).

The code contains inline tests to show you what the result of some operations like document mapping will be.

Some of the key pieces include:

- The [`Account` document type](src/model/account.rs)
- The [command to create the index](src/ops/commands/ensure_bank_index_exists.rs)
- The [query to search `Account`s](src/ops/queries/simple_search.rs)
- The [query to search `Account`s](src/ops/queries/simple_search.rs)