7 uses of APACHESOLR_READ_WRITE in Apache Solr Search 8
- apachesolr_cron in ./
apachesolr.module - Implements hook_cron(). Runs the indexing process on all writable environments or just a given environment.
- apachesolr_environment_edit_form in ./
apachesolr.admin.inc - Form builder for adding/editing a Solr environment used as a menu callback.
- 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
- apachesolr_status_page in ./
apachesolr.admin.inc - Gets information about the fields already in solr index.
- DrupalSolrOfflineEnvironmentWebTestCase::testCreateNewSearchEnvironment in tests/
apachesolr_base.test - Asserts that we can edit a search environment