Directory Structure
Directory structure:
└── rfyiamcool-elasticsearch_parse/
├── README.md
├── LICENSE.txt
├── setup.py
├── test.py
└── elasticsearch_parse/
├── __init__.py
├── aggs.py
├── exceptions.py
├── faceted_search.py
├── filter.py
├── index.py
├── query.py
├── search.py
├── serializer.py
└── utils.py