Download the PHP package babenkoivan/elastic-mate without Composer
On this page you can find all versions of the php package babenkoivan/elastic-mate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download babenkoivan/elastic-mate
More information about babenkoivan/elastic-mate
Files in babenkoivan/elastic-mate
Package elastic-mate
Short Description Elasticsearch management tool
License MIT
Homepage https://github.com/babenkoivan/elastic-mate
Informations about the package elastic-mate
Elastic Mate
Elastic mate is a tool, that simplifies document and index management. It's just an early version of the package, that's why some functionality might not work as expected or you can find some inaccuracies in the documentation.
Contents
Basic usage
- Installation
- Configuration
- Index actions
- Document actions
- Content mutators
Quick links
- Analysis
- Mapping
- Search queries
- Settings
Installation
Use composer to install the package:
Configuration
You only need to configure client to start using the package:
Read more about possible configuration options here.
Index actions
Create
Learn more about index creation in the official documentation.
Read more about supported mapping.
Update settings
Learn more about index settings update in the official documentation.
Read more about supported settings.
Update mapping
Learn more about mapping update in the official documentation.
Read more about supported mapping properties.
Delete
Learn more about index deletion in the official documentation.
Document actions
Index
Learn more about document index API in the official documentation.
Delete
Learn more about document delete API in the official documentation.
Search
Learn more about search API in the official documentation.
Read more about supported search queries.
Content mutators
When you deal with a document content, usually you operate with primitive types. If you want to use custom type as a property value, configure mutator for that property as shown below.