ama-team / elasticsearch-schema-definitions
Declarative definition of ElasticSearch configuration
Requires
- php: >= 5.5.9
- symfony/yaml: >= 3.1.0, < 5.0.0
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-10 06:07:04 UTC
README
This project hasn't reached 0.1.0 release yet and doesn't provide all planned functionality. use at your own desire to try new stuff.
ElasticSearch schema
This project maintains a declarative schema of various ElasticSearch options - types, type parameters, tokenizers, filters, etc. Such a schema allows to produce other projects (libraries, tools, etc.) that would be able to validate configurations, generate annotations, and do other meta-things automatically.
The goal of this project is to provide an API for various languages to get such schema for specific ElasticSearch version and ES plugins.
Full documentation
Available at https://ama-team.github.io/elasticsearch-schema/