You are here

constant SEARCH_API_ACQUIA_OVERRIDE_AUTO_SET in Acquia Search for Search API 7.2

3 uses of SEARCH_API_ACQUIA_OVERRIDE_AUTO_SET
SearchApiAcquiaUnitTestCase::testApacheSolrOverride in tests/search_api_acquia.test
Tests that Search API Acquia properly overrides the connection details to avoid unintended writing to a wrong search index.
SearchApiAcquiaUnitTestCase::testApacheSolrOverrideWithUnderscoreInDb in tests/search_api_acquia.test
Tests that Search API Acquia properly overrides the connection details to avoid unintended writing to a wrong search index and db.
search_api_acquia_override_server in ./search_api_acquia.module
Overrides settings for a server.

File

./search_api_acquia.module, line 11
Provides integration between your Drupal site and Acquia's hosted search service via the Search API Solr module.

Code

define('SEARCH_API_ACQUIA_OVERRIDE_AUTO_SET', 1);