Skip to content

Commit

Permalink
[DOCS] add link to community index helper (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexucis authored and polyfractal committed Dec 5, 2017
1 parent 0270c4f commit 644f7f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/community.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,15 @@ __________________________
Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch, by providing a fluent syntax for mapping, querying, and storing eloquent models.
__________________________

=== Helper

==== Index Helper

https://github.com/Nexucis/es-php-index-helper[Link: nexucis/es-php-index-helper]

[quote, Index Helper]
_____________________
This helper is a light library which wrap the official client elasticsearch-php. It will help you to manage your ES Indices with no downtime.
This helper implements the philosophy described in the https://www.elastic.co/guide/en/elasticsearch/guide/master/index-aliases.html[official documentation]
which can be summarized in a few words : *use alias instead of index directly*
_____________________

0 comments on commit 644f7f7

Please sign in to comment.