dev-master
9999999-devPHP Helper classes for Elasticsearch
MIT
The Requires
The Development Requires
PHP Helper classes for Elasticsearch
This repository will contain some useful convenience classes for working with the official Elasticsearch PHP Client, which is a rather lowlevel tool., (*2)
The tools in this repo are primarily written for my personal use but may be helpful for others too., (*3)
Currently the project contains the following classes:, (*4)
IndexHelper
: create index, verify mappings and settings, manage index version aliases. If mappings or analysis settings have changed for an existing index, the method prepareIndex
can automatically create a new index with the new settings, re-index existing data, and switch aliases afterwards., (*5)
SearchScrollHelper
: scrolling made easy, (*6)
See the doc comments in the code., (*7)
PHP Helper classes for Elasticsearch
MIT