You are here

constant APACHESOLR_READ_WRITE in Apache Solr Search 6.3

Same name and namespace in other branches
  1. 8 apachesolr.module \APACHESOLR_READ_WRITE
  2. 5.2 apachesolr.module \APACHESOLR_READ_WRITE
  3. 6 apachesolr.module \APACHESOLR_READ_WRITE
  4. 6.2 apachesolr.module \APACHESOLR_READ_WRITE
  5. 7 apachesolr.module \APACHESOLR_READ_WRITE

@file Integration with the Apache Solr search application.

8 uses of APACHESOLR_READ_WRITE
apachesolr_cron in ./apachesolr.module
Implements hook_cron(). Runs the indexing process on all writable environments or just a given environment. @todo See if we can add info to the content type array for the cron_check
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_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_index_nodeapi_mass_delete in ./apachesolr.index.inc
Mass delete nodes form the solr indexer tables.

... See full list

File

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

Code

define('APACHESOLR_READ_WRITE', 0);