Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddiejaoude/elasticsearch-example-docs
ElasticSearch concrete Examples
https://github.com/eddiejaoude/elasticsearch-example-docs
Last synced: 2 months ago
JSON representation
ElasticSearch concrete Examples
- Host: GitHub
- URL: https://github.com/eddiejaoude/elasticsearch-example-docs
- Owner: eddiejaoude
- License: mit
- Created: 2014-08-15T16:20:50.000Z (over 10 years ago)
- Default Branch: latest
- Last Pushed: 2014-10-11T10:18:26.000Z (about 10 years ago)
- Last Synced: 2024-10-02T23:41:09.017Z (3 months ago)
- Homepage:
- Size: 553 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Elasticsearch Example Documentation
The aim of this Project is to give **Concrete** Examples of using ElasticSearch, together with hints, tips, and undocumented features. It was born from a belief that while the official documentation describes a lot, it is example based, and does not give an exhaustive decription of everything that can be done with this powerful tool.
---
You may suggest specific example via the **Issues** section.
---
### Table of Contents
* [Contributing](/docs/contributing.md)
* [Template](/docs/_template.md)
* [License](/LICENSE)
* [What is Elastic Search](/docs/what-is-elasticsearch.md)
* 1. Setup
* [Install ElasticSearch](/docs/1-setup/install.md)
* [Loading Example Data](/docs/1-setup/load-example-data.md)
* 2. Filters
* [Nested Filters](/docs/2-filters/filters-nested.md)
* 3. Aggregation
* [Multiple Aggregation Terms](/docs/3-aggregation/aggregation-multiple-terms.md)