constant APACHESOLR_READ_ONLY in Apache Solr Search 8
Same name and namespace in other branches
- 5.2 apachesolr.module \APACHESOLR_READ_ONLY
- 6.3 apachesolr.module \APACHESOLR_READ_ONLY
- 6 apachesolr.module \APACHESOLR_READ_ONLY
- 6.2 apachesolr.module \APACHESOLR_READ_ONLY
- 7 apachesolr.module \APACHESOLR_READ_ONLY
5 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_delete_entity_from_index in ./
apachesolr.index.inc - Delete an entity from the index.
- apachesolr_index_nodeapi_mass_delete in ./
apachesolr.index.inc - Mass delete nodes from the solr indexer tables.
- apachesolr_index_nodeapi_mass_update in ./
apachesolr.index.inc - Mass Update nodes from the solr indexer table
- 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);