NAME
Data::AnyXfer::Elastic::Indices - Elasticsearch Indices
DESCRIPTION
This module provides methods to make index-level requests, such as creating and
deleting indices, managing type mappings, index settings, warmers, index
templates and aliases.
SYNOPSIS
use Data::AnyXfer::Elastic::Indices;
my $indices = Data::AnyXfer::Elastic::Indices->new();
Methods are imported from:
See: L<Search::Elasticsearch::Client::Direct::Indices>
IMPLEMENTS METHODS
update_aliases
$indices->get_aliases;
This method was removed in later versions of Elasticsearch, so we provide a replacement for compatibility.
COPYRIGHT
This software is copyright (c) 2019, Anthony Lucas.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.