You are here

constant SEARCH_API_ELASTICSEARCH_ELASTICA_TARBALL in Search API Elasticsearch 7

The URL of the Elastica Github Tarball.

1 use of SEARCH_API_ELASTICSEARCH_ELASTICA_TARBALL
drush_download_elastica in modules/elastica/search_api_elasticsearch_elastica.drush.inc
Command to download the Elastica PHP Library.

File

modules/elastica/search_api_elasticsearch_elastica.drush.inc, line 19
Drush integration for Search API elasticsearch.

Code

define('SEARCH_API_ELASTICSEARCH_ELASTICA_TARBALL', 'https://github.com/ruflin/Elastica/archive/v' . SEARCH_API_ELASTICSEARCH_ELASTICA_VERSION . '.tar.gz');