2017 © Pedro Peláez
 

library es-tools

PHP Helper classes for Elasticsearch

image

wa72/es-tools

PHP Helper classes for Elasticsearch

  • Thursday, February 22, 2018
  • by wasinger
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 8 % Grown

The README.md

PHP Helpers for Elasticsearch

Build Status, (*1)

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)

The Versions

22/02 2018

dev-master

9999999-dev

PHP Helper classes for Elasticsearch

  Sources   Download

MIT

The Requires

 

The Development Requires