You are here

constant APACHESOLR_READ_ONLY in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 apachesolr.module \APACHESOLR_READ_ONLY
  2. 5.2 apachesolr.module \APACHESOLR_READ_ONLY
  3. 6.3 apachesolr.module \APACHESOLR_READ_ONLY
  4. 6 apachesolr.module \APACHESOLR_READ_ONLY
  5. 6.2 apachesolr.module \APACHESOLR_READ_ONLY
4 uses of APACHESOLR_READ_ONLY
apachesolr_cron in ./apachesolr.module
Implements hook_cron(). Runs the indexing process on all writable environments or just a given environment.
apachesolr_index_env_is_readonly in ./apachesolr.index.inc
Determine if an environment is in read-only mode.
apachesolr_index_get_entities_to_index in ./apachesolr.index.inc
Returns an array of rows from a query based on an indexing environment. @todo Remove the read only because it is not environment specific
DrupalSolrOfflineEnvironmentWebTestCase::testCreateNewSearchEnvironment in tests/apachesolr_base.test
Asserts that we can edit a search environment

File

./apachesolr.module, line 9
Integration with the Apache Solr search application.

Code

define('APACHESOLR_READ_ONLY', 1);