You are here

constant APACHESOLR_READ_WRITE in Apache Solr Search 8

Same name and namespace in other branches
  1. 5.2 apachesolr.module \APACHESOLR_READ_WRITE
  2. 6.3 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.

7 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.
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

... See full list

File

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

Code

define('APACHESOLR_READ_WRITE', 0);