6 uses of APACHESOLR_READ_WRITE in Apache Solr Search 7
- 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_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
- 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