spameri/elastic

ElasticSearch for Nette Framework

v1.0.3 2023-12-19 08:57 UTC

README

Build Status

ElasticSearch implementation in Nette framework

Fetching data from ElasticSearch, filtering, aggregation and more.

Install

Install Spameri/Elastic to your project using Composer: composer require spameri/elastic

Why this library?

Not because of speed, coolness, scalability. This is here because queries are typed objects. Hopefully easy to understand and true to ElasticSearch great documentation. Documents in ElasticSearch are typed objects. Responce is mapped on typed objects.

Documentation